
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
15 lines
317 B
PHP
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
|