diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-08-20 18:42:20 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-08-20 18:42:20 +0000 |
| commit | dc5ba6b8b4f028eb944434be82838d272330f26f (patch) | |
| tree | 783bd2a84ef4dab7c66c265d6a62fa6cebe54fff /secure/usr.sbin | |
| parent | ba487345f85fae815ec5983ff1987401de3152e4 (diff) | |
Diffstat (limited to 'secure/usr.sbin')
| -rw-r--r-- | secure/usr.sbin/sshd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index f37dfe1c1b3a..433a87984e42 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -18,7 +18,7 @@ moduli: .MADE LIBADD= ssh util -.if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no" +.if ${MK_KERBEROS_SUPPORT} != "no" .if ${MK_MITKRB5} == "no" LIBADD+= gssapi_krb5 gssapi krb5 .else |
