diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-16 07:10:42 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-16 07:10:42 +0000 |
| commit | 20d57dfffff04e45d1633ee78486c303b3fffb63 (patch) | |
| tree | 090b7f948defda7c270e64e880744cb91637b8e0 /secure/lib/libssh/Makefile | |
| parent | d690d5d2fe510815b2b7cfd6c747d4c778999aa2 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh/Makefile')
| -rw-r--r-- | secure/lib/libssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index a352cbc03790..915e17cfab29 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -46,7 +46,7 @@ LIBADD+= ldns CFLAGS+= -I${SSHDIR} -include ssh_namespace.h SRCS+= ssh_namespace.h -.if ${MK_KERBEROS_SUPPORT} != "no" +.if ${MK_GSSAPI} != "no" && ${MK_KERBEROS_SUPPORT} != "no" CFLAGS+= -include krb5_config.h SRCS+= krb5_config.h .endif |
