summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-12-15 02:40:43 +0000
committertrhodes <trhodes@FreeBSD.org>2004-12-15 02:40:43 +0000
commitd14f874c4f407958e29db6575a66bd5ba89c3050 (patch)
treefe8a1126c654c032f8b407e22c231d5d0da1f8c5 /share/man/man5
parentc171b522d6aaa9a314c968487bd9ca76d1419d31 (diff)
downloadFreeBSD-src-d14f874c4f407958e29db6575a66bd5ba89c3050.zip
FreeBSD-src-d14f874c4f407958e29db6575a66bd5ba89c3050.tar.gz
Add options recently added to make.conf.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/make.conf.530
1 files changed, 29 insertions, 1 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 2ce02e2..6f2a984 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 19, 2004
+.Dd December 14, 2004
.Dt MAKE.CONF 5
.Os
.Sh NAME
@@ -458,6 +458,11 @@ compilers, debuggers etc.
.Pq Vt bool
Set to not build
programs and libraries related to IPv6 networking.
+.It Va NOALIAS
+.Pq Vt bool
+Build
+.Xr ppp 8
+without support for network address translation (NAT).
.It Va NOATM
.Pq Vt bool
Set to not build
@@ -570,6 +575,13 @@ Set to avoid compiling profiled libraries.
Set to not build in the
.Pa share
subdir.
+.It Va NOSHARED
+.Pq Vt bool
+Set to not build
+.Pa /bin
+and
+.Pa /sbin
+dynamically linked, this can be bad.
.It Va NO_BIND
.Pq Vt bool
Setting this variable will prevent any part of BIND from being built,
@@ -621,6 +633,22 @@ and
.It Va WITH_BIND_LIBS
.Pq Vt bool
Set to install BIND libraries and include files.
+.It Va NONAT
+.It Vt bool
+This is an alias for
+.Va NONAT
+and can break when building
+.Xr ppp 8 .
+.It Va NONETGRAPH
+.Pq Vt bool
+Set to build
+.Xr ppp 8
+without support for netgraph.
+.It Va NORADIUS
+.Pq Va bool
+Set to build
+.Xr ppp 8
+without support for radius.
.It Va PPP_NOSUID
.Pq Vt bool
Set to disable the installation of
OpenPOWER on IntegriCloud