1 1.1 christos # $NetBSD: sm2.inc,v 1.1.1.1 2023/04/18 14:19:04 christos Exp $ 2 1.1 christos # 3 1.1 christos # SRCS extracted from src/crypto/dist/openssl/crypto/sm2/Makefile 4 1.1 christos # 5 1.1 christos 6 1.1 christos .PATH: ${OPENSSLSRC}/crypto/sm2 7 1.1 christos 8 1.1 christos SM2_SRCS += \ 9 1.1 christos sm2_crypt.c \ 10 1.1 christos sm2_err.c \ 11 1.1 christos sm2_pmeth.c \ 12 1.1 christos sm2_sign.c 13 1.1 christos 14 1.1 christos SRCS += ${SM2_SRCS} 15 1.1 christos 16 1.1 christos .for cryptosrc in ${SM2_SRCS} 17 1.1 christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/sha ${SM3CPPFLAGS} 18 1.1 christos .endfor 19