Index: head/secure/caroot/blacklisted/Makefile =================================================================== --- head/secure/caroot/blacklisted/Makefile (revision 357192) +++ head/secure/caroot/blacklisted/Makefile (revision 357193) @@ -1,7 +1,9 @@ # $FreeBSD$ BINDIR= /usr/share/certs/blacklisted -FILES= +BLACKLISTED_CERTS!= ls ${.CURDIR}/*.pem 2> /dev/null || true + +FILES+= ${BLACKLISTED_CERTS} .include