Regenerate src.conf(5) after r345203 (MK_GOOGLETEST addition)

MFC after:	2 months
MFC with:	r345203
Approved by:	emaste (mentor; implicit: https://reviews.freebsd.org/D19551)
This commit is contained in:
Enji Cooper 2019-03-15 21:46:54 +00:00
parent 5193fcde8d
commit 7840b63a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345204

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd March 6, 2019
.Dd March 15, 2019
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -828,6 +828,11 @@ Set to not build GNU
Set this option to include GNU extensions in
.Xr bsdgrep 1
by linking against libgnuregex.
.It Va WITHOUT_GOOGLETEST
Set to neither build nor install
.Lb libgmock ,
.Lb libgtest ,
and dependent tests.
.It Va WITHOUT_GPIO
Set to not build
.Xr gpioctl 8
@ -1826,6 +1831,10 @@ When set, it enforces these options:
When set, these options are also in effect:
.Pp
.Bl -inset -compact
.It Va WITHOUT_GOOGLETEST
(unless
.Va WITH_GOOGLETEST
is set explicitly)
.It Va WITHOUT_TESTS_SUPPORT
(unless
.Va WITH_TESTS_SUPPORT
@ -1833,6 +1842,12 @@ is set explicitly)
.El
.It Va WITHOUT_TESTS_SUPPORT
Set to disables the build of all test-related dependencies, including ATF.
When set, it enforces these options:
.Pp
.Bl -item -compact
.It
.Va WITHOUT_GOOGLETEST
.El
.It Va WITHOUT_TEXTPROC
Set to not build
programs used for text processing.