# $FreeBSD: stable/12/secure/caroot/trusted/Makefile 364792 2020-08-26 00:50:27Z kevans $

BINDIR=		/usr/share/certs/trusted

TRUSTED_CERTS!=	echo ${.CURDIR}/*.pem 2> /dev/null || true

FILES+=	 ${TRUSTED_CERTS}

cleancerts:
	@[ -z "${TRUSTED_CERTS}" ] || rm ${TRUSTED_CERTS}

.include <bsd.prog.mk>
