1
2.PATH: ${SRCTOP}/sys/dev/sound/pci
3
4KMOD=	snd_t4dwave
5SRCS=	device_if.h bus_if.h pci_if.h
6SRCS+=	t4dwave.c
7
8.include <bsd.kmod.mk>
9