--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile Thu Apr 28 14:28:04 2005 +0000
@@ -0,0 +1,15 @@
+# $Id$
+# $URL$
+
+ALL = send-config
+
+.PHONY: all clean
+
+all: $(ALL)
+clean:
+ -rm -f $(ALL)
+
+%: %.pl
+ @perl -cT $<
+ @cp -f $< $@
+ @chmod a=rx $@