1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/sound/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

8 lines
79 B
Makefile

# $FreeBSD$
SUBDIR =
SUBDIR += pcm
SUBDIR += driver
.include <bsd.subdir.mk>