xref: /dragonfly/sys/dev/sound/driver/maestro/Makefile (revision 2cd2d2b5)
1# $FreeBSD: src/sys/modules/sound/driver/maestro/Makefile,v 1.1.2.1 2000/10/05 05:44:06 cg Exp $
2# $DragonFly: src/sys/dev/sound/driver/maestro/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4.PATH:		${.CURDIR}/../../../../dev/sound/pci
5KMOD		= snd_maestro
6SRCS		= device_if.h bus_if.h isa_if.h pci_if.h
7SRCS		+= maestro.c
8KMODDEPS 	= snd_pcm
9
10.include <bsd.kmod.mk>
11