summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.own.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r--share/mk/bsd.own.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 7ecb634..fc214b5 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -419,6 +419,7 @@ __DEFAULT_NO_OPTIONS = \
BIND_SIGCHASE \
BIND_XML \
CLANG_EXTRAS \
+ CLANG_IS_CC \
CTF \
HESIOD \
ICONV \
@@ -574,6 +575,10 @@ MK_GCC:= no
MK_GDB:= no
.endif
+.if ${MK_CLANG} == "no"
+MK_CLANG_IS_CC:= no
+.endif
+
#
# Set defaults for the MK_*_SUPPORT variables.
#
OpenPOWER on IntegriCloud