1 1.1 christos # $NetBSD: sm3.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/sm3/Makefile 4 1.1 christos # 5 1.1 christos 6 1.1 christos .PATH: ${OPENSSLSRC}/crypto/sm3 7 1.1 christos 8 1.1 christos SM3_SRCS += m_sm3.c sm3.c 9 1.1 christos 10 1.1 christos SRCS += ${SM3_SRCS} 11 1.1 christos 12 1.1 christos .for cryptosrc in ${SM3_SRCS} 13 1.1 christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/sha ${SM3CPPFLAGS} 14 1.1 christos .endfor 15