summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/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 252460f..b319824 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -381,6 +381,7 @@ __DEFAULT_NO_OPTIONS = \
LIBICONV_COMPAT \
INSTALL_AS_USER \
LDNS_UTILS \
+ LLDB \
NMTREE \
NAND \
OFED \
@@ -590,6 +591,10 @@ MK_CLANG_FULL:= no
MK_CLANG_IS_CC:= no
.endif
+.if ${MK_CLANG_IS_CC} == "no"
+MK_LLDB:= no
+.endif
+
#
# Set defaults for the MK_*_SUPPORT variables.
#
OpenPOWER on IntegriCloud