mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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.
7 lines
79 B
Makefile
7 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR += pcm
|
|
SUBDIR += driver
|
|
|
|
.include <bsd.subdir.mk>
|