freebsd-src/secure/caroot/trusted/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

12 lines
210 B
Makefile

BINDIR= /usr/share/certs/trusted
TRUSTED_CERTS!= echo ${.CURDIR}/*.pem 2> /dev/null || true
FILES+= ${TRUSTED_CERTS}
cleancerts:
@[ -z "${TRUSTED_CERTS}" ] || rm ${TRUSTED_CERTS}
.include <bsd.prog.mk>