xref: /dragonfly/sys/dev/sound/driver/maestro/Makefile (revision d5057591)
1# $FreeBSD: head/sys/modules/sound/driver/maestro/Makefile 140867 2005-01-26 16:29:07Z imp $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD=	snd_maestro
6SRCS=	device_if.h bus_if.h pci_if.h
7SRCS+=	maestro.c
8WERROR=
9
10.include <bsd.kmod.mk>
11