summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
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/make/Makefile
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/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 27b2957..bd9d58d 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -111,12 +111,10 @@ CFLAGS+= -DDEFSHELLNAME=\"${MAKE_SHELL}\"
.error "MAKE_SHELL must be set to one of \"csh\", \"sh\" or \"ksh\"."
.endif
-.if defined(MK_BMAKE) && ${MK_BMAKE} != "no"
# if we are here we don't want this called 'make'
PROG= fmake
fmake.1: make.1
cp ${.ALLSRC} ${.TARGET}
-.endif
.if ${MK_TESTS} != "no"
SUBDIR+= tests
OpenPOWER on IntegriCloud