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