aboutsummaryrefslogtreecommitdiff
path: root/share/mk/local.dirdeps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/local.dirdeps.mk')
-rw-r--r--share/mk/local.dirdeps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/local.dirdeps.mk b/share/mk/local.dirdeps.mk
index a92539689a31..bdc7242d4bfd 100644
--- a/share/mk/local.dirdeps.mk
+++ b/share/mk/local.dirdeps.mk
@@ -185,7 +185,7 @@ C_DIRDEPS= \
# libgcc is needed as well but is added later.
-.if ${MK_GSSAPI} != "no"
+.if ${MK_KERBEROS} != "no" && ${MK_MITKRB5} == "no"
C_DIRDEPS+= include/gssapi
.endif