Remove extraneous blank in libraries target (from 2.1).
This commit is contained in:
parent
1388e34c46
commit
ed8a0fbc56
4
Makefile
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user