summaryrefslogtreecommitdiff
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-16 22:25:17 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-16 22:25:17 +0000
commitac2c0328cad9ef324c9f8b009c12d8cedb4facd8 (patch)
tree828301225ce12a406f80b86a86938b851e10b36f /usr.bin/bmake
parent96929f39134f1182c1bc2f69b8c8051717ee2b9b (diff)
Notes
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r--usr.bin/bmake/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index c8ca110f933c..b6f364b5e1d0 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -7,7 +7,7 @@
.export SRCTOP
.endif
-.if ${MK_BMAKE} != "no"
+.if defined(MK_BMAKE) && ${MK_BMAKE} != "no"
PROG= make
.endif