1 # $NetBSD: cmac.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $ 2 # 3 # SRCS extracted from src/crypto/dist/openssl/crypto/cmac/Makefile 4 # 5 6 .PATH: ${OPENSSLSRC}/crypto/cmac 7 8 9 CMAC_SRCS = cmac.c cm_ameth.c cm_pmeth.c 10 SRCS += ${CMAC_SRCS} 11 12 .for cryptosrc in ${CMAC_SRCS} 13 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cmac 14 .endfor 15