MFC: rev. 1.124 + 1.129

A better, more correct explanation of NO_SHARED.

Approved by:	re (scottl)
This commit is contained in:
brueffer 2006-02-19 08:12:57 +00:00
parent 3bb1b75748
commit 65819a8776

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd October 12, 2005
.Dd October 22, 2005
.Dt MAKE.CONF 5
.Os
.Sh NAME
@ -628,11 +628,14 @@ Set to not build in the
subdir.
.It Va NO_SHARED
.Pq Vt bool
Set to not build
Set to 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,