diff options
| author | Xin LI <delphij@FreeBSD.org> | 2013-05-16 22:25:17 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2013-05-16 22:25:17 +0000 |
| commit | ac2c0328cad9ef324c9f8b009c12d8cedb4facd8 (patch) | |
| tree | 828301225ce12a406f80b86a86938b851e10b36f /usr.bin/bmake | |
| parent | 96929f39134f1182c1bc2f69b8c8051717ee2b9b (diff) | |
Notes
Diffstat (limited to 'usr.bin/bmake')
| -rw-r--r-- | usr.bin/bmake/Makefile.inc | 2 |
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 |
