summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-09-17 03:38:54 +0000
committerjkh <jkh@FreeBSD.org>1995-09-17 03:38:54 +0000
commited8a0fbc5622a8cb5101d6149ef1bda99a866133 (patch)
tree937ed29616d0f943389488ca93655e948f5e60e2 /Makefile
parent1388e34c46da5eb9cff130906a378a756078688b (diff)
downloadFreeBSD-src-ed8a0fbc5622a8cb5101d6149ef1bda99a866133.zip
FreeBSD-src-ed8a0fbc5622a8cb5101d6149ef1bda99a866133.tar.gz
Remove extraneous blank in libraries target (from 2.1).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9131c43..c99919f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.60 1995/09/15 01:09:59 ache Exp $
+# $Id: Makefile,v 1.61 1995/09/16 23:22:39 gibbs Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -296,7 +296,7 @@ libraries:
.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}
.endif
.if exists(usr.sbin/pcvt/keycap)
OpenPOWER on IntegriCloud