summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-31 21:06:40 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-31 21:06:40 +0000
commitcf68c4fbd8bbdcec2d5790babb8a9c44c367d808 (patch)
treef0c5dca3440b8506d78ee1716abf2f344ef6fa84 /Makefile
parent021352282c18adf027fc252db88efe6e4ce4cb84 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cff389c747bd..f4c371f670a9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.140 1997/08/25 19:40:53 bde Exp $
+# $Id: Makefile,v 1.141 1997/08/26 14:15:25 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -223,9 +223,9 @@ buildworld:
@echo "--------------------------------------------------------------"
mkdir -p ${WORLDTMP}/usr/bin
cd ${.CURDIR}/usr.bin/make && \
- ${IBMAKE} -I${.CURDIR}/share/mk \
+ ${IBMAKE} -m${.CURDIR}/share/mk \
${OBJDIR} clean cleandepend depend && \
- ${IBMAKE} -I${.CURDIR}/share/mk ${MK_FLAGS} \
+ ${IBMAKE} -m${.CURDIR}/share/mk ${MK_FLAGS} \
all install clean cleandepend
@echo
@echo "--------------------------------------------------------------"