From 0a40049352badf0d203bdec079587b2d5f46e70b Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 11 Feb 1996 08:58:01 +0000 Subject: [PATCH] Remove reference to old des library. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 11c16ed88b4a..28188c487aec 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.73 1996/01/30 05:22:00 nate Exp $ +# $Id: Makefile,v 1.74 1996/01/30 05:46:35 nate Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -317,8 +317,6 @@ libraries: ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} .endif .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) - cd ${.CURDIR}/eBones/des && \ - ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/eBones/lib && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} .endif