summaryrefslogtreecommitdiff
path: root/gouv.fr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gouv.fr/Makefile')
-rw-r--r--gouv.fr/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/gouv.fr/Makefile b/gouv.fr/Makefile
new file mode 100644
index 0000000..da3c1f8
--- /dev/null
+++ b/gouv.fr/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile
+#
+
+all:
+
+clean:
+
+install:
+ for p in *.crt; do \
+ install -m 644 $$p $(CERTSDIR)/$$p ; \
+ done
+