summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/mk/bsd.own.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index a7b270f..8b28602 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -481,10 +481,6 @@ MK_ZFS:= no
MK_CTF:= no
.endif
-.if ${MK_CLANG} == "no"
-MK_CLANG_EXTRAS:= no
-.endif
-
.if ${MK_CRYPT} == "no"
MK_OPENSSL:= no
MK_OPENSSH:= no
@@ -527,6 +523,7 @@ MK_GDB:= no
.endif
.if ${MK_CLANG} == "no"
+MK_CLANG_EXTRAS:= no
MK_CLANG_IS_CC:= no
.endif
OpenPOWER on IntegriCloud