xref: /freebsd/secure/caroot/trusted/Makefile (revision b88b0bb784c7fdcfb8174806e822c1f8983c223f)
1BINDIR=		/usr/share/certs/trusted
2
3TRUSTED_CERTS!=	(cd ${.CURDIR} && echo *.pem)
4
5FILES+=	 ${TRUSTED_CERTS}
6
7cleancerts: .PHONY
8	@(cd ${.CURDIR} && rm -f ${TRUSTED_CERTS})
9
10.include <bsd.prog.mk>
11