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