Remove reference to old des library.

This commit is contained in:
Mark Murray
1996-02-11 08:58:01 +00:00
parent 21ab456bea
commit 0a40049352
+1 -3
View File
@@ -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: # Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib # -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -317,8 +317,6 @@ libraries:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR} ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif .endif
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/des && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/eBones/lib && \ cd ${.CURDIR}/eBones/lib && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR} ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif .endif