summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-10-22 10:24:53 +0000
committertrhodes <trhodes@FreeBSD.org>2005-10-22 10:24:53 +0000
commit636736a403abb84cd98941f2ef75567c076f8597 (patch)
treec0be9e9da98343bcf09bd4ce59bff5153df5eb7a /share
parent49280ec9dd24f9b0240c8b45afc0bfd5521ad585 (diff)
downloadFreeBSD-src-636736a403abb84cd98941f2ef75567c076f8597.zip
FreeBSD-src-636736a403abb84cd98941f2ef75567c076f8597.tar.gz
A better, more correct explination of NO_SHARED. This could probably
use a quick touch up, but at least it's correct. Requested by: ru
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.57
2 files changed, 6 insertions, 3 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 9054e13..5cdf2ae 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -135,7 +135,7 @@
#NO_RCMDS= # do not build or install BSD r* commands (rsh, etc).
#NO_SENDMAIL= # do not build sendmail and related programs
#NO_SHARE= # do not go into the share subdir
-#NO_SHARED= # build /bin and /sbin dynamically linked (bad idea
+#NO_SHARED= # build /bin and /sbin statically linked (bad idea)
#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
#NO_TOOLCHAIN= # do not build programs for program development
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index b7bb141..d44a604 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 12, 2005
+.Dd October 22, 2005
.Dt MAKE.CONF 5
.Os
.Sh NAME
@@ -632,7 +632,10 @@ Set to not build
.Pa /bin
and
.Pa /sbin
-dynamically linked, this can be bad.
+statically linked, this can be bad.
+If set, every utility that uses
+.Pa bsd.prog.mk
+will be linked statically.
.It Va NO_BIND
.Pq Vt bool
Setting this variable will prevent any part of BIND from being built,
OpenPOWER on IntegriCloud