Makefile revision 65543
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 65543 2000-09-06 20:10:55Z cg $
2
3.PATH:		${.CURDIR}/../../../../dev/sound/pci
4KMOD		= snd_maestro
5SRCS		= device_if.h bus_if.h isa_if.h pci_if.h
6SRCS		+= maestro.c
7
8.include <bsd.kmod.mk>
9