src.conf.5: regenerate after MK_WERROR change

This was missed in 7fa2f2a62f.
This commit is contained in:
Alex Richardson 2021-01-07 16:15:58 +00:00
parent f45f9ef051
commit f309bd633b

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd December 25, 2020
.Dd January 7, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -1691,6 +1691,10 @@ Set this to not add warning flags to the compiler invocations.
Useful as a temporary workaround when code enters the tree
which triggers warnings in environments that differ from the
original developer.
.It Va WITHOUT_WERROR
Set this to not treat compiler warnings as errors.
Useful as a temporary workaround when working on fixing compiler warnings.
When set, warnings are still printed in the build log but do not fail the build.
.It Va WITHOUT_WIRELESS
Set to not build programs used for 802.11 wireless networks; especially
.Xr wpa_supplicant 8