summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
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