]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/caroot/Makefile
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / secure / caroot / Makefile
1 # $FreeBSD$
2
3 CLEANFILES+=    certdata.txt
4
5 SUBDIR+=        trusted
6 SUBDIR+=        blacklisted
7
8 .include <bsd.obj.mk>
9
10 # To be used by secteam@ to update the trusted certificates
11 fetchcerts: .PHONY
12         fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt'
13
14 cleancerts: .PHONY
15         @${MAKE} -C ${.CURDIR}/trusted ${.TARGET}
16
17 updatecerts: .PHONY cleancerts fetchcerts
18         perl ${.CURDIR}/MAca-bundle.pl -i certdata.txt -o ${.CURDIR}/trusted