mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 22:20:19 -04:00
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
|