Clean the generated baseline files by adding them to CLEANFILES.

This commit is contained in:
Marcel Moolenaar 2014-09-24 04:17:29 +00:00
parent be26ce21e0
commit d60351df8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272054

View File

@ -11,6 +11,8 @@ FILESDIR= ${TESTSDIR}
${FILES}:
uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
CLEANFILES+= ${FILES}
rebase:
(cd ${.CURDIR}; atf-sh mkimg.sh rebase)