1#	$NetBSD: hmac.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
2#
3#	@(#) Copyright (c) 1995 Simon J. Gerraty
4#
5#	SRCS extracted from src/crypto/dist/openssl/crypto/hmac/Makefile
6#
7
8.PATH:	${OPENSSLSRC}/crypto/hmac
9
10
11HMAC_SRCS = hmac.c hm_ameth.c hm_pmeth.c
12SRCS += ${HMAC_SRCS}
13
14.for cryptosrc in ${HMAC_SRCS}
15CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/hmac
16.endfor
17