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