openssh: Add GSSAPI and Kerberos support to sshd Makefile

Reported by:	cy
Reviewed by:	emaste
Approved by:	emaste (mentor)
Fixes:	0fdf8fae8b ("openssh: Update to 9.8p1")
This commit is contained in:
Jose Luis Duran 2025-02-20 04:11:30 +00:00
parent 56c8c19046
commit dcb4ae528d
No known key found for this signature in database
GPG key ID: 5415E244477475CC

View file

@ -16,6 +16,12 @@ moduli: .MADE
LIBADD= ssh util
.if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -include krb5_config.h
SRCS+= krb5_config.h
LIBADD+= gssapi_krb5 gssapi krb5
.endif
.if ${MK_TCP_WRAPPERS} != "no"
CFLAGS+= -DLIBWRAP=1
LIBADD+= wrap