Update for the new location of eBones.
Submitted by: Paul Traina <pst@freefall.freebsd.org>
This commit is contained in:
parent
41a9a02d31
commit
22ade35af0
8
Makefile
8
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)
|
||||
|
Loading…
Reference in New Issue
Block a user