summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-01 14:07:34 +0000
committerjkh <jkh@FreeBSD.org>1996-10-01 14:07:34 +0000
commit07ab06ed704cd474140777b0f3b698d137ece856 (patch)
tree59fdb6ae3cbc5662c9aec15f508739df3486d02c /eBones
parent49e94fab072f6919ea1b120de2c7e79d92e87cfa (diff)
downloadFreeBSD-src-07ab06ed704cd474140777b0f3b698d137ece856.zip
FreeBSD-src-07ab06ed704cd474140777b0f3b698d137ece856.tar.gz
More proper use of ${.CURDIR}.
Diffstat (limited to 'eBones')
-rw-r--r--eBones/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
index b52db77..c8a4673 100644
--- a/eBones/Makefile
+++ b/eBones/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id$
+# $Id: Makefile,v 1.21 1996/02/13 12:25:32 markm Exp $
SUBDIR= include lib libexec usr.bin usr.sbin man
@@ -27,8 +27,8 @@ kprog:
cd ${SDIR}/usr.bin/su; ${CODAI}
bootstrap:
- ( cd include; ${MAKE} ${MFLAGS} install )
- ( cd lib; ${MAKE} ${MFLAGS} depend all install )
+ ( cd ${.CURDIR}/include; ${MAKE} ${MFLAGS} install )
+ ( cd ${.CURDIR}/lib; ${MAKE} ${MFLAGS} depend all install )
${MAKE} ${MFLAGS} cleandir
${MAKE} ${MFLAGS} obj
${MAKE} ${MFLAGS} depend all install kprog
OpenPOWER on IntegriCloud