1 # $NetBSD: conf.inc,v 1.1.1.2 2023/04/18 14:19:03 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from src/crypto/dist/openssl/crypto/conf/Makefile 6 # 7 8 .PATH: ${OPENSSLSRC}/crypto/conf 9 10 11 CONF_SRCS = conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \ 12 conf_mall.c conf_sap.c conf_ssl.c 13 SRCS += ${CONF_SRCS} 14 15 .for cryptosrc in ${CONF_SRCS} 16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/conf 17 .endfor 18