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