freebsd-dev/usr.sbin/certctl/Makefile
Kyle Evans ccdcb388ba [2/3] Add certctl(8)
This is a simple utility to hash all trusted on the system into
/etc/ssl/certs. It also allows the user to blacklist certificates they do
not trust.

This work was done primarily by allanjude@, with minor contributions by
myself.

No objection from:	secteam
Differential Revision:	https://reviews.freebsd.org/D16857
2019-10-02 01:05:53 +00:00

7 lines
71 B
Makefile

# $FreeBSD$
SCRIPTS=certctl.sh
MAN= certctl.8
.include <bsd.prog.mk>