diff options
author | ru <ru@FreeBSD.org> | 2002-04-23 11:33:29 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-23 11:33:29 +0000 |
commit | ba95eb1f7bc0c8e89dee499da75356dc54782d32 (patch) | |
tree | 1fef1ae661acaba3b8df1467b907eac883ef82f0 /secure/lib | |
parent | bf522e772b6e822e9be89eba6b9c5f6c22a37b84 (diff) | |
download | FreeBSD-src-ba95eb1f7bc0c8e89dee499da75356dc54782d32.zip FreeBSD-src-ba95eb1f7bc0c8e89dee499da75356dc54782d32.tar.gz |
The library itself does not depend on Kerberos bits.
Otherwise, we would have broken krb4 and krb5 dists.
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libssh/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 9b1e19c..076e666 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -14,16 +14,6 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c .endif -.if defined(MAKE_KERBEROS4) && \ - ((${MAKE_KERBEROS4} == "yes") || (${MAKE_KERBEROS4} == "YES")) -CFLAGS+= -DKRB4 -.endif # MAKE_KERBEROS4 - -.if defined(MAKE_KERBEROS5) && \ - ((${MAKE_KERBEROS5} == "yes") || (${MAKE_KERBEROS5} == "YES")) -CFLAGS+= -DKRB5 -.endif # MAKE_KERBEROS5 - DPADD= ${LIBCRYPTO} ${LIBZ} LDADD= -lcrypto -lz |