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