etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / whrlpool.inc
blob9a728a83b1263f019a13051acdf04377d8c12a20
1 #       $NetBSD: whrlpool.inc,v 1.2 2015/05/16 19:33:59 joerg Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/whrlpool/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/whrlpool
10 .if empty(WHRLPOOL_SRCS)
11 WHRLPOOL_SRCS += wp_block.c
12 .endif
13 WHRLPOOL_SRCS += wp_dgst.c # wp_test.c   
15 SRCS += ${WHRLPOOL_SRCS}
17 .for cryptosrc in ${WHRLPOOL_SRCS}
18 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/whrlpool ${WHRLPOOLCPPFLAGS}
19 .endfor
20 CPPFLAGS.m_wp.c += -I${OPENSSLSRC}/crypto/whrlpool