From e30aeee3f35d90b7792f050639209eca46ffbc9c Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 16 Nov 2003 04:57:28 +0000 Subject: 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 --- sbin/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/Makefile.inc') diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index f832375..7a1ebd0 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -4,6 +4,6 @@ BINDIR?= /sbin WARNS?= 2 -.if !defined(WITH_DYNAMICROOT) +.if defined(NO_DYNAMICROOT) NOSHARED?= YES .endif -- cgit v1.1