git: 242ef804209c - stable/13 - src.conf: regen man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Feb 2023 21:44:51 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=242ef804209cce56cb9689283a5d4507a3714fce
commit 242ef804209cce56cb9689283a5d4507a3714fce
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-02-28 21:42:53 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-02-28 21:44:19 +0000
src.conf: regen man page
This hadn't been regenerated on the stable branch after some MFCs.
Sponsored by: The FreeBSD Foundation
---
share/man/man5/src.conf.5 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
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 ,