aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-07-31 16:51:20 +0000
committerCy Schubert <cy@FreeBSD.org>2025-08-07 17:17:00 +0000
commite26259f48afe98022d885f02fbb8abcd7878e41a (patch)
treea869efae69246fd58c6b3322fc909fdc9061715f /include/Makefile
parenta245dc5d68c74bca8d00cd50e21e9544af6b21c9 (diff)
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index af7ef2337941..2792d594a888 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -293,7 +293,7 @@ LSUBSUBDIRS+= netgraph/bluetooth/include
LSUBDIRS+= fs/cuse
.endif
-.if ${MK_GSSAPI} != "no"
+.if ${MK_GSSAPI} != "no" && ${MK_MITKRB5} == "no"
SUBDIR+= gssapi
INCS+= gssapi.h
.endif