1 # $NetBSD: sm3.inc,v 1.2 2023/05/06 17:07:23 christos Exp $
2
3 .PATH: ${OPENSSLSRC}/crypto/sm3
4
5 SM3_SRCS += \
6 legacy_sm3.c \
7 sm3.c \
8
9 SRCS += ${SM3_SRCS}
10
11 .for cryptosrc in ${SM3_SRCS}
12 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/sm3 ${SM3CPPFLAGS}
13 .endfor
14