aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-06-05 16:50:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-06-05 16:50:45 +0000
commit7c780e8edc307c4fd880b6c8699ba13a3305dd10 (patch)
treefa2f8b2dca91dcf6dbaac03a1691a2f44cae8619 /Makefile
parentcdf9b8e566b9dbc6feb5ef86c54ca9eb9733005b (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5904a1a3a30a..92022d9aec4c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.194 1998/06/04 06:25:22 charnier Exp $
+# $Id: Makefile,v 1.195 1998/06/04 12:02:52 jb Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -493,7 +493,10 @@ bootstrap:
cd ${.CURDIR}/usr.bin/lex; ${MAKE} bootstrap; \
${MAKE} ${MK_FLAGS} ${_DEPEND}; \
${MAKE} ${MK_FLAGS} -DNOLIB all; \
- ${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR}
+ ${MAKE} ${MK_FLAGS} -DNOLIB -B install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/usr.sbin/mtree; ${MAKE} ${MK_FLAGS} ${_DEPEND}; \
+ ${MAKE} ${MK_FLAGS} all; \
+ ${MAKE} ${MK_FLAGS} -B install ${CLEANDIR} ${OBJDIR}
.if defined(DESTDIR)
cd ${.CURDIR}/include && ${MAKE} copies
.endif