summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bmake/Makefile.inc')
-rw-r--r--usr.bin/bmake/Makefile.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index 7567887..25f9a3a 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -1,21 +1,13 @@
# $FreeBSD$
-.include "bsd.own.mk"
+.sinclude <src.opts.mk>
.if defined(.PARSEDIR)
# make sure this is available to unit-tests/Makefile
.export SRCTOP
.endif
-# Sadly, we cannot assume bsd.own.mk did its job,
-# nor can we safely include the one we want
-.if !defined(WITHOUT_BMAKE)
-MK_BMAKE= yes
-.endif
-
-.if defined(MK_BMAKE) && ${MK_BMAKE} != "no"
PROG= make
-.endif
.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
NO_SHARED?= YES
OpenPOWER on IntegriCloud