Index: stable/11/secure/caroot/blacklisted/Makefile =================================================================== --- stable/11/secure/caroot/blacklisted/Makefile (revision 357632) +++ stable/11/secure/caroot/blacklisted/Makefile (revision 357633) @@ -1,7 +1,9 @@ # $FreeBSD$ BINDIR= /usr/share/certs/blacklisted -FILES= +BLACKLISTED_CERTS!= ls ${.CURDIR}/*.pem 2> /dev/null || true + +FILES+= ${BLACKLISTED_CERTS} .include Index: stable/11 =================================================================== --- stable/11 (revision 357632) +++ stable/11 (revision 357633) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r357193 Index: stable/12/secure/caroot/blacklisted/Makefile =================================================================== --- stable/12/secure/caroot/blacklisted/Makefile (revision 357632) +++ stable/12/secure/caroot/blacklisted/Makefile (revision 357633) @@ -1,7 +1,9 @@ # $FreeBSD$ BINDIR= /usr/share/certs/blacklisted -FILES= +BLACKLISTED_CERTS!= ls ${.CURDIR}/*.pem 2> /dev/null || true + +FILES+= ${BLACKLISTED_CERTS} .include Index: stable/12 =================================================================== --- stable/12 (revision 357632) +++ stable/12 (revision 357633) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r357193