aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-10-19 02:23:09 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-10-19 02:23:09 +0000
commit798df0ed06f58f7bb70174c339c48d280442ba82 (patch)
tree8881d0879a23e5b2f6b54b5dcece1c29a84ab4b4 /lib/libstand
parent871de19fabdd8469663c49f6a98dde235861f662 (diff)
Notes
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 e0e6a980103b..75cd90da218e 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