1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Add the libz derived files, added in the previous commit, to

CLEANFILES. We were not cleaning up after ourselves.
This commit is contained in:
Marcel Moolenaar 2002-10-19 02:23:09 +00:00
parent 871de19fab
commit 798df0ed06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105430

View File

@ -146,6 +146,8 @@ _${file}: ${file} ${file}.diff
.endfor
.for file in infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c zutil.c
CLEANFILES+= _${file}
_${file}: ${file}
sed "s|zutil\.h|_zutil.h|" ${.ALLSRC} > ${.TARGET}
.endfor