From 4611ecfa9f1419b23beac04bcef0e102ec76d489 Mon Sep 17 00:00:00 2001 From: cos Date: Fri, 21 Nov 2014 22:05:04 +0100 Subject: Add cgi-bin/Makefile + replace Makefile.PL. --- cgi-bin/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cgi-bin/Makefile (limited to 'cgi-bin') diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile new file mode 100644 index 0000000..96392b3 --- /dev/null +++ b/cgi-bin/Makefile @@ -0,0 +1,5 @@ +all: + +install: + install -d $(DESTDIR)/usr/lib/cgi-bin/mat + install mat.cgi $(DESTDIR)/usr/lib/cgi-bin/mat -- cgit v1.2.3