summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1996-02-11 08:58:01 +0000
committermarkm <markm@FreeBSD.org>1996-02-11 08:58:01 +0000
commit668738c59bc4e47ebeec4da23bf1d4f6e3a70fc1 (patch)
tree49fd5835c8a511c8df7f788e87755c5aeb3cfb00 /Makefile
parentd030c04d27b314091011a34f809d116212f9b054 (diff)
downloadFreeBSD-src-668738c59bc4e47ebeec4da23bf1d4f6e3a70fc1.zip
FreeBSD-src-668738c59bc4e47ebeec4da23bf1d4f6e3a70fc1.tar.gz
Remove reference to old des library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 11c16ed..28188c4 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
OpenPOWER on IntegriCloud