Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: store.inc,v 1.1.1.2 2023/04/18 14:19:04 christos Exp $
      2 #
      3 #	SRCS extracted from src/crypto/dist/openssl/crypto/store/Makefile
      4 #
      5 
      6 .PATH:	${OPENSSLSRC}/crypto/store
      7 
      8 
      9 STORE_SRCS += \
     10 loader_file.c \
     11 store_init.c \
     12 store_err.c \
     13 store_lib.c \
     14 store_register.c \
     15 store_strings.c
     16 
     17 SRCS += ${STORE_SRCS}
     18 
     19 .for cryptosrc in ${STORE_SRCS}
     20 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/store
     21 .endfor
     22