etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / store.inc
blob6cca23c1a69b6256dfd583ef1fc62419c61e4786
1 #       $NetBSD: store.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/store
11 STORE_SRCS = str_err.c str_lib.c str_locl.h str_mem.c str_meth.c 
12 SRCS += ${STORE_SRCS}
14 .for cryptosrc in ${STORE_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/store
16 .endfor