summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile.inc')
-rw-r--r--sbin/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc
index d1fed26..70d6584 100644
--- a/sbin/Makefile.inc
+++ b/sbin/Makefile.inc
@@ -1,9 +1,11 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
# $FreeBSD$
+.include <bsd.own.mk>
+
BINDIR?= /sbin
WARNS?= 2
-.if defined(NO_DYNAMICROOT)
+.if ${MK_DYNAMICROOT} == "no"
NO_SHARED?= YES
.endif
OpenPOWER on IntegriCloud