blob: c9721ef7aa2a7ccf5fbef5c4d1c65eeafd8fb350 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.1 2023/08/26 05:27:14 riastradh Exp $
#
FILESDIR= ${TESTSDIR}/certs3
FILES+= Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.1.pem
FILES+= Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
.include <bsd.files.mk>
.include <bsd.inc.mk>
|