]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/caroot/Makefile
MFC r352948-r352951, r353002, r353066, r353070: caroot infrastructure
[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.prog.mk>
11
12 # To be used by secteam@ to update the trusted certificates
13
14 fetchcerts: .PHONY
15         fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt'
16
17 cleancerts: .PHONY
18         @${MAKE} -C ${.CURDIR}/trusted ${.TARGET}
19
20 updatecerts: .PHONY cleancerts fetchcerts
21         perl ${.CURDIR}/MAca-bundle.pl -i certdata.txt -o ${.CURDIR}/trusted