caroot: use bsd.obj.mk, not bsd.prog.mk

This directory stages certdata into .OBJDIR and processes it, but does not
actually build a prog-shaped object; bsd.obj.mk provides the minimal support
that we actually need, an .OBJDIR and descent into subdirs. This is
admittedly the nittiest of nits.
This commit is contained in:
Kyle Evans 2020-01-24 16:43:02 +00:00
parent 9a82a56bee
commit 0428b669a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357084

View file

@ -7,10 +7,9 @@ CLEANFILES+= certdata.txt
SUBDIR+= trusted
SUBDIR+= blacklisted
.include <bsd.prog.mk>
.include <bsd.obj.mk>
# To be used by secteam@ to update the trusted certificates
fetchcerts: .PHONY
fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt'