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