dumpasn1 (20090107-1) Makefile

Summary

 Makefile |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

    
download this patch

Patch contents

--- dumpasn1-20090107.orig/Makefile
+++ dumpasn1-20090107/Makefile
@@ -0,0 +1,14 @@
+all: dumpasn1
+
+dumpasn1: dumpasn1.c
+	gcc -o dumpasn1 -DDEBIAN dumpasn1.c
+
+install:
+	cp dumpasn1 $(DESTDIR)/usr/bin/
+	cp dumpasn1.cfg $(DESTDIR)/etc/dumpasn1/
+
+clean:
+	rm -f *.o *~
+
+distclean: clean
+	rm -f dumpasn1