The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=3eac38573274a4e403d089422f04932708b69217
commit 3eac38573274a4e403d089422f04932708b69217 Author: Ed Maste <[email protected]> AuthorDate: 2026-01-12 19:33:15 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2026-01-30 16:32:43 +0000 src.conf.5: Regen after addition of MK_SOUND A description for WITHOUT_SOUND is still missing though. (cherry picked from commit 3f2f3c52e6f192df435bdb5861018402ec1167d0) --- share/man/man5/src.conf.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index e62290c30b7b..384b051cae53 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -530,6 +530,12 @@ CTF data encapsulates a reduced form of debugging information similar to DWARF and the venerable stabs and is required for DTrace. .It Va WITHOUT_CUSE Do not build CUSE-related programs and libraries. +When set, it enforces these options: +.Pp +.Bl -item -compact +.It +.Va WITHOUT_SOUND +.El .It Va WITHOUT_CXGBETOOL Do not build .Xr cxgbetool 8
