From 65819a877693758d71444f0489bdaf0824bb2032 Mon Sep 17 00:00:00 2001 From: brueffer Date: Sun, 19 Feb 2006 08:12:57 +0000 Subject: [PATCH] MFC: rev. 1.124 + 1.129 A better, more correct explanation of NO_SHARED. Approved by: re (scottl) --- share/man/man5/make.conf.5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index b7bb141a68f5..0d20afe59f79 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 @@ -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,