Ceri Davies 64e6e1e463 secure/caroot, certctl: Rename secure/caroot/blacklisted
Old certctl commands still work for compatability, but are deprecated.

Approved by:	secteam (gordon)
Differential Revision: https://reviews.freebsd.org/D30807
2021-06-18 13:38:07 +01:00

10 lines
164 B
Makefile

# $FreeBSD$
BINDIR= /usr/share/certs/untrusted
UNTRUSTED_CERTS!= echo ${.CURDIR}/*.pem 2> /dev/null || true
FILES+= ${UNTRUSTED_CERTS}
.include <bsd.prog.mk>