summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2012-10-06 19:19:21 +0000
committermarcel <marcel@FreeBSD.org>2012-10-06 19:19:21 +0000
commitbd137de2db94b8668cf1fd550552bb4b41facb0e (patch)
treeda2d0bce63a7f39427e44b7f31cea3bbb63cc9c4 /usr.bin/Makefile
parent78ade40ed1d3591a0bf9f5a1bb057c1f4084135d (diff)
downloadFreeBSD-src-bd137de2db94b8668cf1fd550552bb4b41facb0e.zip
FreeBSD-src-bd137de2db94b8668cf1fd550552bb4b41facb0e.tar.gz
Add bmake to the build and allow it to be installed as make(1) instead
of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it easy for people to switch while working out the kinks -- think ports tree here. The option will be removed in due time. Submitted by: Simon Gerraty (sjg@juniper.net)
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 33fc30f..727fde1 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -271,8 +271,12 @@ SUBDIR+= msgs
.endif
.if ${MK_MAKE} != "no"
+.if ${MK_BMAKE} != "no"
+SUBDIR+= bmake
+.else
SUBDIR+= make
.endif
+.endif
.if ${MK_MAN_UTILS} != "no"
SUBDIR+= catman
OpenPOWER on IntegriCloud