summaryrefslogtreecommitdiff
path: root/secure/caroot/blacklisted/Makefile
blob: ab93d277938011398a71eaa9224485c67cfdc4b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

BINDIR=		/usr/share/certs/blacklisted

BLACKLISTED_CERTS!=	ls ${.CURDIR}/*.pem 2> /dev/null || true

FILES+=	 ${BLACKLISTED_CERTS}

.include <bsd.prog.mk>