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
This commit is contained in:
Tom Rhodes 2005-10-22 10:24:53 +00:00
parent db099e0981
commit bf148c3eaf
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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,