summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index e84330e..d329285 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -2,5 +2,8 @@
# $FreeBSD$
BINDIR?= /bin
-NOSHARED?= YES
WARNS?= 6
+
+.if !defined (WITH_DYNAMICROOT)
+NOSHARED?= YES
+.endif
OpenPOWER on IntegriCloud