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