mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
Regen.
This commit is contained in:
parent
e6a714e703
commit
2ae2fe421a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221734
@ -1,7 +1,7 @@
|
||||
.\" DO NOT EDIT-- this file is automatically generated.
|
||||
.\" from FreeBSD: head/tools/build/options/makeman 221161 2011-04-28 11:21:49Z des
|
||||
.\" from FreeBSD: head/tools/build/options/makeman 221733 2011-05-10 13:01:11Z ru
|
||||
.\" $FreeBSD$
|
||||
.Dd April 30, 2011
|
||||
.Dd May 10, 2011
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -78,9 +78,9 @@ The following list provides a name and short description for variables
|
||||
that can be used for source builds.
|
||||
.Bl -tag -width indent
|
||||
.It Va WITHOUT_ACCT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 183242 2008-09-21 22:02:26Z sam
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_ACCT 221540 2011-05-06 19:13:03Z ru
|
||||
Set to not build process accounting tools such as
|
||||
.Xr ac 8
|
||||
.Xr ac 8
|
||||
and
|
||||
.Xr accton 8 .
|
||||
.It Va WITHOUT_ACPI
|
||||
@ -132,6 +132,8 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_BIND_ETC
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS_LWRES
|
||||
.It
|
||||
.Va WITHOUT_BIND_MTREE
|
||||
@ -253,6 +255,15 @@ When set, it also enforces the following options:
|
||||
.It Va WITHOUT_CLANG
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG 208971 2010-06-10 06:20:26Z ed
|
||||
Set to not build the Clang C/C++ compiler.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
arm/arm, arm/armeb, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb, powerpc/powerpc64, sparc64/sparc64 and sun4v/sparc64.
|
||||
.It Va WITH_CLANG
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_CLANG 221730 2011-05-10 11:14:40Z ru
|
||||
Set to build the Clang C/C++ compiler.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, i386/i386, pc98/i386 and powerpc/powerpc.
|
||||
.It Va WITHOUT_CPP
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CPP 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build
|
||||
@ -264,10 +275,6 @@ When set, it also enforces the following options:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_GSSAPI
|
||||
(can be overridden with
|
||||
.Va WITH_GSSAPI )
|
||||
.It
|
||||
.Va WITHOUT_KERBEROS
|
||||
.It
|
||||
.Va WITHOUT_KERBEROS_SUPPORT
|
||||
@ -276,6 +283,15 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_OPENSSL
|
||||
.El
|
||||
.Pp
|
||||
When set, the following options are also in effect:
|
||||
.Pp
|
||||
.Bl -inset -compact
|
||||
.It Va WITHOUT_GSSAPI
|
||||
(unless
|
||||
.Va WITH_GSSAPI
|
||||
is set explicitly)
|
||||
.El
|
||||
.It Va WITHOUT_CTM
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CTM 183242 2008-09-21 22:02:26Z sam
|
||||
Set to not build
|
||||
@ -285,7 +301,7 @@ and related utilities.
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CVS 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build CVS.
|
||||
.It Va WITHOUT_CXX
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220401 2011-04-06 20:08:23Z uqs
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_CXX 220402 2011-04-06 20:19:07Z uqs
|
||||
Set to not build
|
||||
.Xr g++ 1
|
||||
and related libraries.
|
||||
@ -316,12 +332,22 @@ dynamically.
|
||||
Set to avoid installing examples to
|
||||
.Pa /usr/share/examples/ .
|
||||
.It Va WITHOUT_FDT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 218942 2011-02-22 08:20:12Z uqs
|
||||
Set to not build Flattened Device Tree support as part of the base system. This
|
||||
includes the device tree compiler (dtc) and libfdt support library.
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_FDT 221539 2011-05-06 19:10:27Z ru
|
||||
Set to not build Flattened Device Tree support as part of the base system.
|
||||
This includes the device tree compiler (dtc) and libfdt support library.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
amd64/amd64, i386/i386, ia64/ia64, mips/mipsel, mips/mipseb, mips/mips64el, mips/mips64eb, mips/mipsn32eb, pc98/i386, powerpc/powerpc64, sparc64/sparc64 and sun4v/sparc64.
|
||||
.It Va WITH_FDT
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_FDT 221730 2011-05-10 11:14:40Z ru
|
||||
Set to build Flattened Device Tree support as part of the base system.
|
||||
This includes the device tree compiler (dtc) and libfdt support library.
|
||||
.Pp
|
||||
It is a default setting on
|
||||
arm/arm, arm/armeb and powerpc/powerpc.
|
||||
.It Va WITHOUT_FLOPPY
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 183306 2008-09-23 16:15:42Z sam
|
||||
Set to not build or install programs
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_FLOPPY 221540 2011-05-06 19:13:03Z ru
|
||||
Set to not build or install programs
|
||||
for operating floppy disk driver.
|
||||
.It Va WITHOUT_FORTH
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_FORTH 156932 2006-03-21 07:50:50Z ru
|
||||
@ -367,9 +393,11 @@ Set to build some programs without optional GNU support.
|
||||
.It Va WITHOUT_GPIB
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIB 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build GPIB bus support.
|
||||
.It Va WITH_GPIO
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_GPIO 213463 2010-10-05 22:26:01Z gonzo
|
||||
Set to build gpioctl(8) as part of the base system.
|
||||
.It Va WITHOUT_GPIO
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GPIO 221541 2011-05-06 19:14:06Z ru
|
||||
Set to not build
|
||||
.Xr gpioctl 8
|
||||
as part of the base system.
|
||||
.It Va WITHOUT_GROFF
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_GROFF 218941 2011-02-22 08:13:49Z uqs
|
||||
Set to not build
|
||||
@ -398,7 +426,7 @@ It is
|
||||
.Em "YOUR RESPONSIBILITY"
|
||||
to determine if you can legally use IDEA.
|
||||
.It Va WITHOUT_INET
|
||||
.\" $FreeBSD$
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET 221266 2011-04-30 17:58:28Z bz
|
||||
Set to not build programs and libraries related to IPv4 networking.
|
||||
When set, it also enforces the following options:
|
||||
.Pp
|
||||
@ -420,7 +448,7 @@ When set, it also enforces the following options:
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET6_SUPPORT 156932 2006-03-21 07:50:50Z ru
|
||||
Set to build libraries, programs, and kernel modules without IPv6 support.
|
||||
.It Va WITHOUT_INET_SUPPORT
|
||||
.\" $FreeBSD$
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INET_SUPPORT 221266 2011-04-30 17:58:28Z bz
|
||||
Set to build libraries, programs, and kernel modules without IPv4 support.
|
||||
.It Va WITHOUT_INFO
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_INFO 156932 2006-03-21 07:50:50Z ru
|
||||
@ -464,12 +492,17 @@ When set, it also enforces the following options:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_GSSAPI
|
||||
(can be overridden with
|
||||
.Va WITH_GSSAPI )
|
||||
.It
|
||||
.Va WITHOUT_KERBEROS_SUPPORT
|
||||
.El
|
||||
.Pp
|
||||
When set, the following options are also in effect:
|
||||
.Pp
|
||||
.Bl -inset -compact
|
||||
.It Va WITHOUT_GSSAPI
|
||||
(unless
|
||||
.Va WITH_GSSAPI
|
||||
is set explicitly)
|
||||
.El
|
||||
.It Va WITHOUT_KERBEROS_SUPPORT
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_KERBEROS_SUPPORT 156932 2006-03-21 07:50:50Z ru
|
||||
Set to build some programs without Kerberos support, like
|
||||
@ -525,6 +558,8 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_BIND_ETC
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS_LWRES
|
||||
.It
|
||||
.Va WITHOUT_BIND_MTREE
|
||||
@ -551,6 +586,8 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_BIND_ETC
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS_LWRES
|
||||
.It
|
||||
.Va WITHOUT_BIND_MTREE
|
||||
@ -597,13 +634,13 @@ and related support files.
|
||||
.It Va WITHOUT_MAN
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build manual pages.
|
||||
When set, it also enforces the following options:
|
||||
When set, the following options are also in effect:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_MAN_UTILS
|
||||
(can be overridden with
|
||||
.Va WITH_MAN_UTILS )
|
||||
.Bl -inset -compact
|
||||
.It Va WITHOUT_MAN_UTILS
|
||||
(unless
|
||||
.Va WITH_MAN_UTILS
|
||||
is set explicitly)
|
||||
.El
|
||||
.It Va WITHOUT_MAN_UTILS
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim
|
||||
@ -675,9 +712,6 @@ will not be built either if this option is set.
|
||||
Set to not build
|
||||
.Xr ntpd 8
|
||||
and related programs.
|
||||
.It Va WITHOUT_OBJC
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_OBJC 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build Objective C support.
|
||||
.It Va WITHOUT_OPENSSH
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_OPENSSH 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build OpenSSH.
|
||||
@ -688,16 +722,21 @@ When set, it also enforces the following options:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_GSSAPI
|
||||
(can be overridden with
|
||||
.Va WITH_GSSAPI )
|
||||
.It
|
||||
.Va WITHOUT_KERBEROS
|
||||
.It
|
||||
.Va WITHOUT_KERBEROS_SUPPORT
|
||||
.It
|
||||
.Va WITHOUT_OPENSSH
|
||||
.El
|
||||
.Pp
|
||||
When set, the following options are also in effect:
|
||||
.Pp
|
||||
.Bl -inset -compact
|
||||
.It Va WITHOUT_GSSAPI
|
||||
(unless
|
||||
.Va WITH_GSSAPI
|
||||
is set explicitly)
|
||||
.El
|
||||
.It Va WITHOUT_PAM
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_PAM 174550 2007-12-12 16:43:17Z ru
|
||||
Set to not build PAM library and modules.
|
||||
|
Loading…
Reference in New Issue
Block a user