diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-12-15 02:40:43 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-12-15 02:40:43 +0000 |
commit | 368e43f7ac02eeefa92e2114d82ac58c3b4b59e8 (patch) | |
tree | fe8a1126c654c032f8b407e22c231d5d0da1f8c5 /share/man/man5 | |
parent | 063896020b16ef2643c7ab593f6073241a383240 (diff) | |
download | src-368e43f7ac02eeefa92e2114d82ac58c3b4b59e8.tar.gz src-368e43f7ac02eeefa92e2114d82ac58c3b4b59e8.zip |
Add options recently added to make.conf.
Notes
Notes:
svn path=/head/; revision=138880
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 2ce02e2d19f5..6f2a98475888 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 |