aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-02-28 21:42:53 +0000
committerEd Maste <emaste@FreeBSD.org>2023-03-01 16:07:06 +0000
commit8c545c54f2e547922972832123fee250f381e75a (patch)
tree9386fb655458049ba9dd2ce3f540f4b83fe9d861
parentfb2147e30f970a6d4329dd6d7efcb99461698c8f (diff)
downloadsrc-8c545c54f2e547922972832123fee250f381e75a.tar.gz
src-8c545c54f2e547922972832123fee250f381e75a.zip
src.conf: regen man page
This hadn't been regenerated on the stable branch after some MFCs. Approved by: re (cperciva) Sponsored by: The FreeBSD Foundation (cherry picked from commit 242ef804209cce56cb9689283a5d4507a3714fce)
-rw-r--r--share/man/man5/src.conf.510
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 99ffdb38d8e1..d7bb2f063fcc 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd September 9, 2022
+.Dd February 28, 2023
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -452,6 +452,12 @@ When set, it enforces these options:
.It
.Va WITHOUT_GOOGLETEST
.It
+.Va WITHOUT_LLD
+.It
+.Va WITHOUT_LLDB
+.It
+.Va WITHOUT_LLVM_BINUTILS
+.It
.Va WITHOUT_LLVM_COV
.It
.Va WITHOUT_OFED
@@ -467,6 +473,8 @@ When set, it enforces these options:
.It Va WITHOUT_DEBUG_FILES
Avoid building or installing standalone debug files for each
executable binary and shared library.
+.It Va WITH_DETECT_TZ_CHANGES
+Make the time handling code detect changes to the timezone files.
.It Va WITHOUT_DIALOG
Do not build
.Xr dialog 1 ,