Index: stable/11/secure/caroot/blacklisted/Makefile =================================================================== --- stable/11/secure/caroot/blacklisted/Makefile (revision 364792) +++ stable/11/secure/caroot/blacklisted/Makefile (revision 364793) @@ -1,9 +1,9 @@ # $FreeBSD$ BINDIR= /usr/share/certs/blacklisted -BLACKLISTED_CERTS!= echo ${.CURDIR}/*.pem 2> /dev/null || true +BLACKLISTED_CERTS!= ls ${.CURDIR}/*.pem 2> /dev/null || true FILES+= ${BLACKLISTED_CERTS} .include Index: stable/11/secure/caroot/trusted/Makefile =================================================================== --- stable/11/secure/caroot/trusted/Makefile (revision 364792) +++ stable/11/secure/caroot/trusted/Makefile (revision 364793) @@ -1,12 +1,12 @@ # $FreeBSD$ BINDIR= /usr/share/certs/trusted -TRUSTED_CERTS!= echo ${.CURDIR}/*.pem 2> /dev/null || true +TRUSTED_CERTS!= ls ${.CURDIR}/*.pem 2> /dev/null || true FILES+= ${TRUSTED_CERTS} cleancerts: @[ -z "${TRUSTED_CERTS}" ] || rm ${TRUSTED_CERTS} .include Index: stable/11 =================================================================== --- stable/11 (revision 364792) +++ stable/11 (revision 364793) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,1 +0,0 ## Reverse-merged /head:r364600