2013-04-06 16:48:33 +02:00

15 lines
317 B
PHP

# $NetBSD: cmac.inc,v 1.1 2011/06/05 23:09:50 spz Exp $
#
# SRCS extracted from src/crypto/dist/openssl/crypto/cmac/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/cmac
CMAC_SRCS = cmac.c cm_ameth.c cm_pmeth.c
SRCS += ${CMAC_SRCS}
.for cryptosrc in ${CMAC_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cmac
.endfor