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 /usr.sbin | |
| 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 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 0290ed4f1c58..deeeb3cc4251 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -131,7 +131,6 @@ SUBDIR.${MK_BSNMP}+= bsnmpd .if ${MK_CAROOT} != "no" SUBDIR.${MK_OPENSSL}+= certctl .endif -SUBDIR.${MK_CUSE}+= virtual_oss SUBDIR.${MK_CXGBETOOL}+= cxgbetool SUBDIR.${MK_EFI}+= efivar efidp efibootmgr efitable efiwake .if ${MK_OPENSSL} != "no" @@ -200,6 +199,9 @@ SUBDIR.${MK_SENDMAIL}+= mailstats SUBDIR.${MK_SENDMAIL}+= makemap SUBDIR.${MK_SENDMAIL}+= praliases SUBDIR.${MK_SENDMAIL}+= sendmail +SUBDIR.${MK_SOUND}+= mixer +SUBDIR.${MK_SOUND}+= sndctl +SUBDIR.${MK_SOUND}+= virtual_oss SUBDIR.${MK_TCP_WRAPPERS}+= tcpdchk SUBDIR.${MK_TCP_WRAPPERS}+= tcpdmatch SUBDIR.${MK_TOOLCHAIN}+= config |
