Tidy up the bootstrap: target. Blind commit by me.

Tested by: jkh
This commit is contained in:
Mark Murray 1997-10-02 17:10:56 +00:00
parent 0d5894c3bd
commit 132c6503f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30062

View File

@ -27,11 +27,7 @@ kprog:
cd ${SDIR}/sbin/dump; ${CODAI}
cd ${SDIR}/sbin/restore; ${CODAI}
bootstrap:
cd ${.CURDIR} ; \
${MAKE} ${MFLAGS} cleandir ; \
${MAKE} ${MFLAGS} obj ; \
${MAKE} ${MFLAGS} depend all install kprog
bootstrap: cleandir obj depend all install kprog
help-distribute: distribute
cd ${SDIR}/bin/rcp; ${CODAD}