Initial import from FreeBSD RELENG_4:
[games.git] / sys / dev / sound / driver / maestro / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/maestro/Makefile,v 1.1.2.1 2000/10/05 05:44:06 cg Exp $
2
3 .PATH:          ${.CURDIR}/../../../../dev/sound/pci
4 KMOD            = snd_maestro
5 SRCS            = device_if.h bus_if.h isa_if.h pci_if.h
6 SRCS            += maestro.c
7 KMODDEPS        = snd_pcm
8
9 .include <bsd.kmod.mk>