aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-05-16 22:35:33 +0000
committerXin LI <delphij@FreeBSD.org>2013-05-16 22:35:33 +0000
commitf26784139f0e60932d4ee8cf6ecd618a790533bc (patch)
tree57279752614c40862b0ed76c434ea398152f37de /usr.bin/bmake
parentac2c0328cad9ef324c9f8b009c12d8cedb4facd8 (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 b6f364b5e1d0b..b6d5ad83d74a7 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -11,7 +11,7 @@
PROG= make
.endif
-.if ${MK_SHARED_TOOLCHAIN} == "no"
+.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
NO_SHARED?= YES
.endif