mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Regenerate.
Approved by: re (blanket)
This commit is contained in:
parent
70aeafb4fc
commit
e7145502e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255851
@ -1,7 +1,7 @@
|
||||
.\" DO NOT EDIT-- this file is automatically generated.
|
||||
.\" from FreeBSD: head/tools/build/options/makeman 253304 2013-07-12 23:08:44Z bapt
|
||||
.\" $FreeBSD$
|
||||
.Dd September 19, 2013
|
||||
.Dd September 24, 2013
|
||||
.Dt SRC.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -127,37 +127,33 @@ Set to not build audit support into system programs.
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_AUTHPF 156932 2006-03-21 07:50:50Z ru
|
||||
Set to not build
|
||||
.Xr authpf 8 .
|
||||
.It Va WITHOUT_BIND
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND 156932 2006-03-21 07:50:50Z ru
|
||||
Setting this variable will prevent any part of BIND from being built.
|
||||
When set, it also enforces the following options:
|
||||
.It Va WITH_BIND
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_BIND 255850 2013-09-24 14:33:31Z des
|
||||
Setting this variable will enable BIND.
|
||||
When set, the following options are also in effect:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Bl -inset -compact
|
||||
.It Va WITH_BIND_DNSSEC
|
||||
(unless
|
||||
.Va WITHOUT_BIND_DNSSEC
|
||||
.It
|
||||
is set explicitly)
|
||||
.It Va WITH_BIND_ETC
|
||||
(unless
|
||||
.Va WITHOUT_BIND_ETC
|
||||
.It
|
||||
.Va WITHOUT_BIND_LIBS
|
||||
.It
|
||||
is set explicitly)
|
||||
.It Va WITH_BIND_LIBS_LWRES
|
||||
(unless
|
||||
.Va WITHOUT_BIND_LIBS_LWRES
|
||||
.It
|
||||
is set explicitly)
|
||||
.It Va WITH_BIND_MTREE
|
||||
(unless
|
||||
.Va WITHOUT_BIND_MTREE
|
||||
.It
|
||||
is set explicitly)
|
||||
.It Va WITH_BIND_NAMED
|
||||
(unless
|
||||
.Va WITHOUT_BIND_NAMED
|
||||
.It
|
||||
.Va WITHOUT_BIND_UTILS
|
||||
is set explicitly)
|
||||
.El
|
||||
.It Va WITHOUT_BIND_DNSSEC
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_DNSSEC 156932 2006-03-21 07:50:50Z ru
|
||||
Set to avoid building or installing the DNSSEC related binaries,
|
||||
.Xr dnssec-keygen 8
|
||||
and
|
||||
.Xr dnssec-signzone 8 .
|
||||
.It Va WITHOUT_BIND_ETC
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_ETC 156932 2006-03-21 07:50:50Z ru
|
||||
Set to avoid installing the default files to
|
||||
.Pa /var/named/etc/namedb .
|
||||
.It Va WITH_BIND_IDN
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_BIND_IDN 193280 2009-06-01 21:58:59Z dougb
|
||||
Set to enable IDN support for dig, host, and nslookup.
|
||||
@ -168,46 +164,9 @@ Set to enable 64-bit file support.
|
||||
.It Va WITH_BIND_LIBS
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_BIND_LIBS 193280 2009-06-01 21:58:59Z dougb
|
||||
Set to install BIND libraries and include files.
|
||||
.It Va WITHOUT_BIND_LIBS_LWRES
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_LIBS_LWRES 156932 2006-03-21 07:50:50Z ru
|
||||
Set to avoid installing the lightweight resolver library in
|
||||
.Pa /usr/lib .
|
||||
.It Va WITHOUT_BIND_MTREE
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_MTREE 157717 2006-04-13 10:37:29Z ru
|
||||
Set to avoid running
|
||||
.Xr mtree 8
|
||||
to create the chroot directory structure under
|
||||
.Pa /var/named ,
|
||||
and avoid creating an
|
||||
.Pa /etc/namedb
|
||||
symlink to the chroot directory.
|
||||
When set, it also enforces the following options:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_BIND_ETC
|
||||
.El
|
||||
.It Va WITHOUT_BIND_NAMED
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_NAMED 156932 2006-03-21 07:50:50Z ru
|
||||
Set to avoid building or installing
|
||||
.Xr named 8 ,
|
||||
.Xr named.reload 8 ,
|
||||
.Xr named-checkconf 8 ,
|
||||
.Xr named-checkzone 8 ,
|
||||
.Xr rndc 8 ,
|
||||
and
|
||||
.Xr rndc-confgen 8 .
|
||||
.It Va WITH_BIND_SIGCHASE
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_BIND_SIGCHASE 193280 2009-06-01 21:58:59Z dougb
|
||||
Set to enable DNSSEC validation support for dig, host, and nslookup.
|
||||
.It Va WITHOUT_BIND_UTILS
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_BIND_UTILS 156932 2006-03-21 07:50:50Z ru
|
||||
Set to avoid building or installing the BIND userland utilities,
|
||||
.Xr dig 1 ,
|
||||
.Xr host 1 ,
|
||||
.Xr nslookup 1 ,
|
||||
and
|
||||
.Xr nsupdate 8 .
|
||||
.It Va WITH_BIND_XML
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_BIND_XML 193280 2009-06-01 21:58:59Z dougb
|
||||
Set to enable the http statistics interface for named.
|
||||
@ -706,18 +665,12 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_UNBOUND
|
||||
.El
|
||||
.It Va WITH_LDNS_UTILS
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_LDNS_UTILS 246830 2013-02-15 13:57:51Z des
|
||||
Setting this variable will enable the LDNS-based versions of
|
||||
.Xr dig 1
|
||||
.It Va WITHOUT_LDNS_UTILS
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_LDNS_UTILS 255850 2013-09-24 14:33:31Z des
|
||||
Setting this variable will prevent building the LDNS utilities
|
||||
.Xr drill 1
|
||||
and
|
||||
.Xr host 1 .
|
||||
When set, it also enforces the following options:
|
||||
.Pp
|
||||
.Bl -item -compact
|
||||
.It
|
||||
.Va WITHOUT_BIND_UTILS
|
||||
.El
|
||||
.It Va WITHOUT_LEGACY_CONSOLE
|
||||
.\" from FreeBSD: head/tools/build/options/WITHOUT_LEGACY_CONSOLE 249966 2013-04-27 04:09:09Z eadler
|
||||
Set to not build programs that support a legacy PC console; e.g.,
|
||||
@ -759,8 +712,6 @@ When set, it also enforces the following options:
|
||||
.It
|
||||
.Va WITHOUT_BIND_NAMED
|
||||
.It
|
||||
.Va WITHOUT_BIND_UTILS
|
||||
.It
|
||||
.Va WITHOUT_LIBTHR
|
||||
.El
|
||||
.It Va WITHOUT_LIBTHR
|
||||
@ -786,8 +737,6 @@ When set, it also enforces the following options:
|
||||
.Va WITHOUT_BIND_MTREE
|
||||
.It
|
||||
.Va WITHOUT_BIND_NAMED
|
||||
.It
|
||||
.Va WITHOUT_BIND_UTILS
|
||||
.El
|
||||
.It Va WITH_LLDB
|
||||
.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
|
||||
|
Loading…
Reference in New Issue
Block a user