opnsense-src/usr.sbin/certctl/Makefile
Emmanuel Vadot 967a990f76 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

(cherry picked from commit 380073af3a)
2022-01-05 18:23:53 +01:00

7 lines
87 B
Makefile

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