diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-01-12 16:16:35 +0200 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-01-12 16:16:35 +0200 |
| commit | f74f891581bc4df20431607de9b761107f6a0aa7 (patch) | |
| tree | 0fa7ada829ad2d1f1e541cfe571c348a04b5b13f /libexec | |
| parent | eccd366b0a8ba7d902fcf0b1bec447926a75c36c (diff) | |
src.opts: Introduce MK_SOUND
PR: 291853
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: zarychtam_plan-b.pwste.edu.pl, markj
Differential Revision: https://reviews.freebsd.org/D54456
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 3b7f45e8f101..d0a6d10ad370 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -301,9 +301,10 @@ CONFGROUPS.${MK_VI}+= VI VIPACKAGE= vi VI= virecover -CONFGROUPS.${MK_CUSE}+= VOSS -VOSSPACKAGE= sound -VOSS= virtual_oss +CONFGROUPS.${MK_SOUND}+= SOUND +SOUNDPACKAGE= sound +SOUND= mixer \ + virtual_oss CONFGROUPS.${MK_WIRELESS}+= HOSTAPD HOSTAPDPACKAGE= hostapd |
