From 191ca0354f1c8d706e2c60db4d24ec04979dac59 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 23 Apr 2002 11:33:29 +0000 Subject: [PATCH] The library itself does not depend on Kerberos bits. Otherwise, we would have broken krb4 and krb5 dists. --- secure/lib/libssh/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 9b1e19cf558..076e666c192 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