diff options
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/caroot/blacklisted/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/caroot/blacklisted/Makefile b/secure/caroot/blacklisted/Makefile index 7691993416b3..ab93d2779380 100644 --- a/secure/caroot/blacklisted/Makefile +++ b/secure/caroot/blacklisted/Makefile @@ -2,6 +2,8 @@ BINDIR= /usr/share/certs/blacklisted -FILES= +BLACKLISTED_CERTS!= ls ${.CURDIR}/*.pem 2> /dev/null || true + +FILES+= ${BLACKLISTED_CERTS} .include <bsd.prog.mk> |
