summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-31 13:15:04 +0000
committeryar <yar@FreeBSD.org>2006-07-31 13:15:04 +0000
commit43394dd10c0e5ba4a26bbfea10f99d998c683a3b (patch)
tree40ab3b33f9c742c562e26bfd1a0ac3be2de9be99 /share
parent11ca32ce47698a0c3993e3c7ed37c63a5ca44105 (diff)
downloadFreeBSD-src-43394dd10c0e5ba4a26bbfea10f99d998c683a3b.zip
FreeBSD-src-43394dd10c0e5ba4a26bbfea10f99d998c683a3b.tar.gz
Regen from src/tools/build/options.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.534
1 files changed, 26 insertions, 8 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 3385830..cec0b8d 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,12 +1,12 @@
.\" DO NOT EDIT-- this file is automatically generated.
-.\" from FreeBSD: src/tools/build/options/makeman,v 1.2 2006/03/21 09:08:45 ru Exp
+.\" from FreeBSD: src/tools/build/options/makeman,v 1.5 2006/07/31 12:41:13 yar Exp
.\" $FreeBSD$
-.Dd April 13, 2006
+.Dd July 31, 2006
.Dt SRC.CONF 5
.Os
.Sh NAME
.Nm src.conf
-.Nd source build options
+.Nd "source build options"
.Sh DESCRIPTION
The
.Nm
@@ -50,7 +50,7 @@ The only purpose of
.Nm
is to control the compilation of the
.Fx
-sources, which are usually found in
+source code, which is usually located in
.Pa /usr/src .
As a rule, the system administrator creates
.Nm
@@ -65,12 +65,14 @@ option of
or in environment; see
.Xr environ 7 .
.Pp
-The values of variables are ignored; the variable being
-set at all (even to
+The values of variables are ignored regardless of their setting;
+even if they would be set to
.Dq Li FALSE
or
-.Dq Li NO )
-causes it to be treated as if it was set with no value.
+.Dq Li NO .
+Just the existence of an option will cause
+it to be honoured by
+.Xr make 1 .
.Pp
The following list provides a name and short description for variables
that can be used for source builds.
@@ -237,6 +239,11 @@ tool.
.\" from FreeBSD: src/tools/build/options/WITHOUT_GDB,v 1.1 2006/03/21 07:50:49 ru Exp
Set to not build
.Xr gdb 1 .
+.It Va WITHOUT_GNU
+.\" from FreeBSD: src/tools/build/options/WITHOUT_GNU,v 1.1 2006/07/31 13:08:47 yar Exp
+Set to not build contributed GNU software as a part of the base system.
+This option can be useful if the system built must not contain any code
+covered by the GNU Public License due to legal reasons.
When set, it also enforces the following options:
.Pp
.Bl -item -compact
@@ -388,6 +395,14 @@ Set to not build NLS catalogs.
.\" from FreeBSD: src/tools/build/options/WITHOUT_NLS_CATALOGS,v 1.1 2006/03/21 07:50:50 ru Exp
Set to not build NLS catalog support for
.Xr csh 1 .
+.It Va WITHOUT_NS_CACHING
+.\" from FreeBSD: src/tools/build/options/WITHOUT_NS_CACHING,v 1.1 2006/07/31 13:08:47 yar Exp
+Set to disable name caching in the
+.Pa nsswitch
+subsystem.
+The generic caching daemon,
+.Xr cached 8 ,
+will not be built either if this option is set.
.It Va WITHOUT_OBJC
.\" from FreeBSD: src/tools/build/options/WITHOUT_OBJC,v 1.1 2006/03/21 07:50:50 ru Exp
Set to not build Objective C support.
@@ -407,6 +422,9 @@ When set, it also enforces the following options:
.It
.Va WITHOUT_OPENSSH
.El
+.It Va WITHOUT_PAM
+.\" from FreeBSD: src/tools/build/options/WITHOUT_PAM,v 1.1 2006/07/31 13:08:47 yar Exp
+Set to not build PAM library and modules.
When set, it also enforces the following options:
.Pp
.Bl -item -compact
OpenPOWER on IntegriCloud