freebsd-dev/sys/modules/sound/driver/sb/Makefile
Cameron Grant 4f767b9d7d newpcm module makefiles
once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound
drivers and unload all unattached ones.  attached drivers do not yet support
unloading.
2000-07-04 23:32:15 +00:00

9 lines
158 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/sound/isa
KMOD = snd_sb
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS += sb.c
.include <bsd.kmod.mk>