Add some missing items to the make clean target.

This commit is contained in:
John Baldwin 2003-06-02 20:15:12 +00:00
parent e4a3b084f9
commit 6fa3a9dd4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115725

View File

@ -473,7 +473,8 @@ release rerelease:
env -i /usr/sbin/chroot ${CHROOTDIR} /mk
clean:
rm -rf boot_crunch release.[0-9]
rm -rf ${CRUNCH_TARGETS:S/$/_crunch/} release.[0-9] ${FIXIT_TARGET} \
${EXTRAS}
fetch-distfiles:
@for i in ${DOCPORTS}; do \