summaryrefslogtreecommitdiffstats
path: root/bin/Makefile.inc
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-11-16 04:57:28 +0000
committergordon <gordon@FreeBSD.org>2003-11-16 04:57:28 +0000
commite30aeee3f35d90b7792f050639209eca46ffbc9c (patch)
treeef69922f4ddd652abaf7e2bbf64ae4aaac74e38e /bin/Makefile.inc
parent6d8eca04b917ea8755d3adc02e4cd9a5b2f961e8 (diff)
downloadFreeBSD-src-e30aeee3f35d90b7792f050639209eca46ffbc9c.zip
FreeBSD-src-e30aeee3f35d90b7792f050639209eca46ffbc9c.tar.gz
Change the default for binaries in /bin and /sbin from statically to
dynamically linked. This has been a long time coming with the move of critical libraries from /usr/lib to /lib. If you don't feel comfortable with dynamically linked binaries in your root partition, now is the time to define NO_DYNAMICROOT in your make.conf. Approved by: re
Diffstat (limited to 'bin/Makefile.inc')
-rw-r--r--bin/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index e0688df..108488f 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -4,6 +4,6 @@
BINDIR?= /bin
WARNS?= 6
-.if !defined(WITH_DYNAMICROOT)
+.if defined(NO_DYNAMICROOT)
NOSHARED?= YES
.endif
OpenPOWER on IntegriCloud