Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / hmac.inc
blobaca902061070eb8259fd4410fee89f16bdf0e425
1 #       $NetBSD: hmac.inc,v 1.7 2008/05/09 21:52:18 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