Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / cmac.inc
blob54f734690e7fcab48f30d43f87c198ad2a884b2d
1 #       $NetBSD: cmac.inc,v 1.1 2011/06/05 23:09:50 spz Exp $
3 #       SRCS extracted from src/crypto/dist/openssl/crypto/cmac/Makefile
6 .PATH:  ${OPENSSLSRC}/crypto/cmac
9 CMAC_SRCS = cmac.c cm_ameth.c cm_pmeth.c
10 SRCS += ${CMAC_SRCS}
12 .for cryptosrc in ${CMAC_SRCS}
13 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/cmac
14 .endfor