1 # $NetBSD: store.inc,v 1.1 2018/02/03 22:43:37 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from src/crypto/dist/openssl/crypto/ec/Makefile 6 # 7 8 .PATH: ${OPENSSLSRC}/crypto/store 9 10 11 STORE_SRCS = str_err.c str_lib.c str_locl.h str_mem.c str_meth.c 12 SRCS += ${STORE_SRCS} 13 14 .for cryptosrc in ${STORE_SRCS} 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/store 16 .endfor 17