summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-10-19 02:23:09 +0000
committermarcel <marcel@FreeBSD.org>2002-10-19 02:23:09 +0000
commit724ced313d11ce10e2dbc7e1441ae1ca74d6fac2 (patch)
tree8881d0879a23e5b2f6b54b5dcece1c29a84ab4b4 /lib/libstand
parent657dbda997f0184d8b251b77c2757f549078d42c (diff)
downloadFreeBSD-src-724ced313d11ce10e2dbc7e1441ae1ca74d6fac2.zip
FreeBSD-src-724ced313d11ce10e2dbc7e1441ae1ca74d6fac2.tar.gz
Add the libz derived files, added in the previous commit, to
CLEANFILES. We were not cleaning up after ourselves.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index e0e6a98..75cd90d 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -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
OpenPOWER on IntegriCloud