diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-06-08 12:46:54 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-06-08 12:46:54 +0000 |
commit | 564e334e47d9fffda991e6c5c5ef70b6cc9216b2 (patch) | |
tree | 21e0923e333cd947a4decb4f5fff09d9d2a66c03 | |
parent | bc20c2f0f0d04fe4d35bbfeca934ff9460b8b069 (diff) | |
download | FreeBSD-src-564e334e47d9fffda991e6c5c5ef70b6cc9216b2.zip FreeBSD-src-564e334e47d9fffda991e6c5c5ef70b6cc9216b2.tar.gz |
Regenerate
-rw-r--r-- | share/man/man5/src.conf.5 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 55f7acb..81c08fd 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery .\" $FreeBSD$ -.Dd June 5, 2016 +.Dd June 8, 2016 .Dt SRC.CONF 5 .Os .Sh NAME @@ -190,6 +190,24 @@ as part of the bootstrap process. .Pp It is a default setting on amd64/amd64, arm/arm, arm/armeb, arm/armv6, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64. +.It Va WITHOUT_BLACKLIST +.\" from FreeBSD: head/tools/build/options/WITHOUT_BLACKLIST 301554 2016-06-07 16:35:55Z lidl +Set this if you do not want to build blacklistd / blacklistctl. +When set, it also enforces the following options: +.Pp +.Bl -item -compact +.It +.Va WITHOUT_BLACKLIST_SUPPORT +.El +.It Va WITHOUT_BLACKLIST_SUPPORT +.\" from FreeBSD: head/tools/build/options/WITHOUT_BLACKLIST_SUPPORT 301554 2016-06-07 16:35:55Z lidl +Set to build some programs without blacklistd support, like +.Xr fingerd 8 , +.Xr ftpd 8 , +.Xr rlogind 8 , +.Xr rshd 8 , +and +.Xr sshd 8 . .It Va WITHOUT_BLUETOOTH .\" from FreeBSD: head/tools/build/options/WITHOUT_BLUETOOTH 156932 2006-03-21 07:50:50Z ru Set to not build Bluetooth related kernel modules, programs and libraries. @@ -486,7 +504,7 @@ Makefile.depend files found in each directory. .Pp The build can be started from anywhere, and behaves the same. The initial instance of -.Xr make 1 +.Xr make 1 recursively reads .Va DIRDEPS from Makefile.depend |