Say hello to a sound system update from FreeBSD. This includes the long
[dragonfly.git] / sys / dev / sound / driver / t4dwave / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/t4dwave/Makefile,v 1.3 2003/02/07 13:56:33 nyan Exp $
2 # $DragonFly: src/sys/dev/sound/driver/t4dwave/Makefile,v 1.3 2007/01/04 21:47:01 corecode Exp $
3
4 .PATH: ${.CURDIR}/../../../../dev/sound/pci
5
6 KMOD=   snd_t4dwave
7 SRCS=   device_if.h bus_if.h pci_if.h
8 SRCS+=  t4dwave.c
9
10 KMODDEPS=       sound
11
12 .include <bsd.kmod.mk>