summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b68925c..3eb6672 100644
--- a/Makefile
+++ b/Makefile
@@ -31,4 +31,8 @@ install: all
clean:
rm -rf update-ca-certificates c_rehash certdata.stamp *.crt
-.PHONY: install clean
+# https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt
+update:
+ curl https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt > certdata.txt
+
+.PHONY: install clean update