aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile.inc')
-rw-r--r--sbin/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc
index 7a1ebd074544..d1fed2690a19 100644
--- a/sbin/Makefile.inc
+++ b/sbin/Makefile.inc
@@ -5,5 +5,5 @@ BINDIR?= /sbin
WARNS?= 2
.if defined(NO_DYNAMICROOT)
-NOSHARED?= YES
+NO_SHARED?= YES
.endif