]> git.donarmstrong.com Git - ca-certificates.git/blobdiff - cacert.org/Makefile
Re-add CAcert
[ca-certificates.git] / cacert.org / Makefile
diff --git a/cacert.org/Makefile b/cacert.org/Makefile
new file mode 100644 (file)
index 0000000..180ea6b
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Makefile
+#
+
+all:
+
+clean:
+       rm -f cacert.org.crt
+
+install:
+       cat root.crt class3.crt > cacert.org.crt
+       install -m 644 cacert.org.crt $(CERTSDIR)/cacert.org.crt
+