de6c149edb07f40b00bbc498e3c3945a1cc6e13e
[dragonfly.git] / sys / dev / sound / driver / maestro / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/maestro/Makefile,v 1.4 2005/01/26 16:29:07 imp Exp $
2 # $DragonFly: src/sys/dev/sound/driver/maestro/Makefile,v 1.3 2007/01/04 21:47:01 corecode Exp $
3
4 .PATH: ${.CURDIR}/../../../../dev/sound/pci
5
6 KMOD=   snd_maestro
7 SRCS=   device_if.h bus_if.h pci_if.h
8 SRCS+=  maestro.c
9
10 WERROR=
11
12 .include <bsd.kmod.mk>