The library itself does not depend on Kerberos bits.

Otherwise, we would have broken krb4 and krb5 dists.
This commit is contained in:
Ruslan Ermilov 2002-04-23 11:33:29 +00:00
parent bb83e7583e
commit 191ca0354f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95309

View File

@ -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