aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-05-06 04:22:37 +0000
committerWarner Losh <imp@FreeBSD.org>2014-05-06 04:22:37 +0000
commitd03127447df90011be0609d292a50a6a17dd2aa1 (patch)
tree895d7737181b262c8b64d4a9961560dffd90ac3a /usr.bin/bmake
parenta46954e28e8eb9a3929a25d3164a814d61e1dd61 (diff)
downloadsrc-d03127447df90011be0609d292a50a6a17dd2aa1.tar.gz
src-d03127447df90011be0609d292a50a6a17dd2aa1.zip
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).
Notes
Notes: svn path=/head/; revision=265423
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 b8e27e0e1f3b..b2a8e41e0036 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