From 608b5f8fbba5a821e1b03b28bef17479f302c58b Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 23:15:42 +0000 Subject: Use libcrypto instead of libdes. --- gnu/usr.bin/cvs/cvs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index f397aa2..c56827a 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 -- cgit v1.1