On Thu, Feb 24, 2000 at 09:34:36PM +0200, Mark Murray wrote: > markm 2000/02/24 21:34:35 SAST > IP libdes. All hail libcrypto! With -current (cvsuped from cvsup.freebsd.org/cvsup.internat.freebsd.org) as of right now (23:40 +0100): >>> stage 4: populating /usr/obj/usr/src/i386/usr/include [...] cd /usr/src/secure/lib/libcrypto; make beforeinstall [...] cd /usr/src/secure/lib/libdes; make beforeinstall cd: can't cd to /usr/src/secure/lib/libdes *** Error code 2 Patch for Makefile.inc1 1.138 included. /s/Udo -- Booze is the answer. I don't remember the question.
--- Makefile.inc1.orig Thu Feb 24 23:24:49 2000 +++ Makefile.inc1 Thu Feb 24 23:36:15 2000 @@ -585,7 +585,6 @@ .if exists(${.CURDIR}/secure/lib/libcrypto) cd ${.CURDIR}/secure/lib/libcrypto; ${MAKE} beforeinstall .endif - cd ${.CURDIR}/secure/lib/libdes; ${MAKE} beforeinstall .if exists(${.CURDIR}/secure/lib/libssl) cd ${.CURDIR}/secure/lib/libssl; ${MAKE} beforeinstall .endif