From 5e412782135074175f35cf95aaecdf6a8bde4bfb Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 24 Feb 2000 23:15:42 +0000 Subject: [PATCH] Use libcrypto instead of libdes. --- gnu/usr.bin/cvs/cvs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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