Initial import from FreeBSD RELENG_4:
[games.git] / sys / dev / sound / driver / t4dwave / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/t4dwave/Makefile,v 1.1.2.1 2000/09/23 19:15:08 cg Exp $
2
3 .PATH:          ${.CURDIR}/../../../../dev/sound/pci
4 KMOD            = snd_t4dwave
5 SRCS            = device_if.h bus_if.h isa_if.h pci_if.h
6 SRCS            += t4dwave.c
7 KMODDEPS        = snd_pcm
8
9 .include <bsd.kmod.mk>