Obey the value of "MK_BMAKE".

This commit is contained in:
David E. O'Brien 2012-10-16 15:43:16 +00:00
parent b12025d558
commit 22ddf6d447

View File

@ -7,7 +7,7 @@
.export SRCTOP
.endif
.if defined(MK_BMAKE)
.if ${MK_BMAKE} != "no"
PROG= make
.endif