diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-01-24 16:43:02 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-01-24 16:43:02 +0000 |
| commit | 0428b669a62d7e6e410588e67e616609a583dc48 (patch) | |
| tree | dd4925a8b2543363a7999b9d9003c9536c60f46f | |
| parent | 9a82a56bee6f13968c9753b0caa02e8ebcb84e0c (diff) | |
Notes
| -rw-r--r-- | secure/caroot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/secure/caroot/Makefile b/secure/caroot/Makefile index c9d39d71bad9..7c0831d2ac2f 100644 --- a/secure/caroot/Makefile +++ b/secure/caroot/Makefile @@ -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' |
