summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-09-16 23:22:39 +0000
committergibbs <gibbs@FreeBSD.org>1995-09-16 23:22:39 +0000
commit93d4d9f3bca2515872fd5a07d15523e3f2d67068 (patch)
treeec0755e61b54257965c81c74be2d76975989226b /Makefile
parent1fa8cd4c0c339c575aab672bd2622206a53108da (diff)
downloadFreeBSD-src-93d4d9f3bca2515872fd5a07d15523e3f2d67068.zip
FreeBSD-src-93d4d9f3bca2515872fd5a07d15523e3f2d67068.tar.gz
Update for the new location of eBones.
Submitted by: Paul Traina <pst@freefall.freebsd.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ccaa8e4..9131c43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.59 1995/08/30 17:27:57 davidg Exp $
+# $Id: Makefile,v 1.60 1995/09/15 01:09:59 ache Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -296,11 +296,7 @@ libraries:
.if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES)
cd ${.CURDIR}/eBones/des && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
- cd ${.CURDIR}/eBones/acl && \
- ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
- cd ${.CURDIR}/eBones/kdb && \
- ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
- cd ${.CURDIR}/eBones/krb && \
+ cd ${.CURDIR}/eBones/lib && \
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif
.if exists(usr.sbin/pcvt/keycap)
OpenPOWER on IntegriCloud