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