Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/secure/caroot/untrusted/Makefile
48150 views
BINDIR=		/usr/share/certs/untrusted

UNTRUSTED_CERTS!=	(cd ${.CURDIR} && echo *.pem)

FILES+=	 ${UNTRUSTED_CERTS}

cleancerts: .PHONY
	@(cd ${.CURDIR} && rm -f ${UNTRUSTED_CERTS})

.include <bsd.prog.mk>