mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
4f767b9d7d
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.
8 lines
79 B
Makefile
8 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR += pcm
|
|
SUBDIR += driver
|
|
|
|
.include <bsd.subdir.mk>
|