summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/store.inc
blob: 6cca23c1a69b6256dfd583ef1fc62419c61e4786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: store.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
#
#	@(#) Copyright (c) 1995 Simon J. Gerraty
#
#	SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
#

.PATH:	${OPENSSLSRC}/crypto/store


STORE_SRCS = str_err.c str_lib.c str_locl.h str_mem.c str_meth.c 
SRCS += ${STORE_SRCS}

.for cryptosrc in ${STORE_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/store
.endfor