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