aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-03-02 14:45:23 +0000
committerEd Maste <emaste@FreeBSD.org>2025-02-20 22:39:48 +0000
commit7f916236044d9a733de8b3c47b5dcbf71988cb03 (patch)
treeb9443e7ee961990ed7535221e284c7a4dd2de80b /secure/libexec
parent045a4c108fcf4d8d77da0abab0d24f072bd24244 (diff)
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/sshd-session/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/libexec/sshd-session/Makefile b/secure/libexec/sshd-session/Makefile
index e365b0c53dde..bce96112f65a 100644
--- a/secure/libexec/sshd-session/Makefile
+++ b/secure/libexec/sshd-session/Makefile
@@ -45,8 +45,6 @@ LDFLAGS+=-L${LIBBLACKLISTDIR}
.endif
.if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no"
-CFLAGS+= -include krb5_config.h
-SRCS+= krb5_config.h
LIBADD+= gssapi_krb5 gssapi krb5
.endif