Add some subversive code to cleandir: remove the sbin/ipf tree

entirely to fix the tinderbox machine.  This change will be reverted
once the tinderboxen are tindering again.
This commit is contained in:
Warner Losh 2005-04-30 16:09:23 +00:00
parent 4a723b3604
commit a4f4bae7f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145709

View File

@ -337,6 +337,7 @@ _cleanobj:
@echo "--------------------------------------------------------------"
@echo ">>> stage 2.1: cleaning up the object tree"
@echo "--------------------------------------------------------------"
@rm -rf ${.OBJDIR}/sbin/ipf
${_+_}cd ${.CURDIR}; ${WMAKE} ${CLEANDIR:S/^/par-/}
.endif
_obj: