third_party: Remove zlib from third_party
[garming/samba-autobuild/.git] / third_party / zlib / contrib / puff / Makefile
diff --git a/third_party/zlib/contrib/puff/Makefile b/third_party/zlib/contrib/puff/Makefile
deleted file mode 100644 (file)
index b6b6940..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-puff: puff.c puff.h
-       cc -DTEST -o puff puff.c
-
-test: puff
-       puff zeros.raw
-
-clean:
-       rm -f puff puff.o