64e6e1e463
Old certctl commands still work for compatability, but are deprecated. Approved by: secteam (gordon) Differential Revision: https://reviews.freebsd.org/D30807
10 lines
164 B
Makefile
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>
|