diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-01-20 18:07:13 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-01-20 18:13:10 +0000 |
| commit | 466bad427d74e666e85445729b2e63b82e10d18f (patch) | |
| tree | 477e7832acce1115a83e47fb48206b6276ec9b14 | |
| parent | 2d8ec3bab2d8af9d0f3322c4d752ff928620491c (diff) | |
src.conf.5: Add WITHOUT_SOUND description
Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND")
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | share/man/man5/src.conf.5 | 7 | ||||
| -rw-r--r-- | tools/build/options/WITHOUT_SOUND | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 339ca2bd3e8f..e3c4139e304e 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd January 16, 2026 +.Dd January 20, 2026 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1652,6 +1652,11 @@ legacy docs. .It Va WITH_SORT_THREADS Enable threads in .Xr sort 1 . +.It Va WITHOUT_SOUND +Do not build userland sound utilities such as +.Xr beep 1 +and +.Xr mixer 8 . .It Va WITHOUT_SOURCELESS Do not build kernel modules that include sourceless code (either microcode or native code for host CPU). When set, it enforces these options: diff --git a/tools/build/options/WITHOUT_SOUND b/tools/build/options/WITHOUT_SOUND new file mode 100644 index 000000000000..b4ca08f1263c --- /dev/null +++ b/tools/build/options/WITHOUT_SOUND @@ -0,0 +1,4 @@ +Do not build userland sound utilities such as +.Xr beep 1 +and +.Xr mixer 8 . |
