diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index f397aa20b8c..c56827a32e8 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -31,8 +31,8 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT -LDADD+= -lkrb -ldes -lcom_err -DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} +LDADD+= -lkrb -lcrypto -lcom_err +DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR} DISTRIBUTION= krb4 # XXX do we want to mess with this? It's probably not really worth it for # the public freebsd stuff, but others might want it. It's an optional