summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-06 04:22:37 +0000
committerimp <imp@FreeBSD.org>2014-05-06 04:22:37 +0000
commit3be1d4bf0f8c1f48c020424ad9e5315cda2b6682 (patch)
tree895d7737181b262c8b64d4a9961560dffd90ac3a /usr.bin/bmake
parent8e7526bbf72553ac0bca045dd8d1fb0ffefdc036 (diff)
downloadFreeBSD-src-3be1d4bf0f8c1f48c020424ad9e5315cda2b6682.zip
FreeBSD-src-3be1d4bf0f8c1f48c020424ad9e5315cda2b6682.tar.gz
Remove support for WITHOUT_BMAKE. bmake is now the only make that can
build world, so it is the only make we build or install. fmake is still in the tree, but disconnected, and upgrades from older systems that still have bmake has not been removed, but its state has not been tested (it should work given how minimal the work to upgrade to bmake is).
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r--usr.bin/bmake/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index b8e27e0..b2a8e41 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -7,15 +7,7 @@
.export SRCTOP
.endif
-# Sadly, we cannot assume src.opts.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