aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2012-05-09 04:54:50 +0000
committerWarner Losh <imp@FreeBSD.org>2012-05-09 04:54:50 +0000
commit18cf7ddfcaeb8ece909e6162cc7aec3294a377d5 (patch)
tree1bbc5441e086e845c6cfc1118af9845b01c66ba3 /usr.bin/make/Makefile
parentd04835140f6a44ca15bd085eb62f52d7473019ce (diff)
Notes
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index f67cf50ff6b5..670e524ba6f2 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -10,7 +10,7 @@ SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
lst.c main.c make.c parse.c proc.c shell.c str.c suff.c targ.c \
util.c var.c
-.if ${MK_SHARED_TOOLCHAIN} == "no"
+.if !defined(MK_SHARED_TOOLCHAIN) || ${MK_SHARED_TOOLCHAIN} == "no"
NO_SHARED?= YES
.endif