Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / hmac.inc
blob8a0dd1e2aea74dc2ca084b36d195716945b0c529
1 #       $NetBSD: hmac.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/hmac/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/hmac
11 HMAC_SRCS = hmac.c hm_ameth.c hm_pmeth.c
12 SRCS += ${HMAC_SRCS}
14 .for cryptosrc in ${HMAC_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/hmac
16 .endfor