freebsd-dev/usr.sbin/certctl/Makefile
Emmanuel Vadot 380073af3a pkgbase: Put certctl in the FreeBSD-caroot package
There is no reason that this shouldn't be there.
Change the dependency of caroot from utilities to openssl as it's
the only command that it uses not in runtime.

MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D33458
2021-12-21 10:17:44 +01:00

8 lines
87 B
Makefile

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