Makefile revision 110498
1# $FreeBSD: head/sys/modules/sound/driver/emu10k1/Makefile 110498 2003-02-07 13:56:33Z nyan $
2
3.PATH: ${.CURDIR}/../../../../dev/sound/pci
4
5KMOD=	snd_emu10k1
6SRCS=	device_if.h bus_if.h pci_if.h
7SRCS+=	emu10k1.c
8
9.include <bsd.kmod.mk>
10