diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2001-02-05 01:16:12 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2001-02-05 01:16:12 +0000 |
| commit | ab0ef99cfad5204b583739055f87ad436df9864f (patch) | |
| tree | 77a4bacc101713ac309128579c1a1beb421b244a /sys/modules | |
| parent | 7f89db65f5dad392aaded37634320e9dfab72f30 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/sound/driver/cmi/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/cmi/Makefile b/sys/modules/sound/driver/cmi/Makefile new file mode 100644 index 0000000000000..2a090c9785aa4 --- /dev/null +++ b/sys/modules/sound/driver/cmi/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_cmi +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += cmi.c + +.include <bsd.kmod.mk> |
