1 # $NetBSD: dso.inc,v 1.1.1.2 2023/04/18 14:19:04 christos Exp $ 2 # 3 # @(#) Copyright (c) 1995 Simon J. Gerraty 4 # 5 # SRCS extracted from src/crypto/dist/openssl/crypto/dso/Makefile 6 # 7 8 .PATH: ${OPENSSLSRC}/crypto/dso 9 10 11 DSO_SRCS = dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c \ 12 dso_openssl.c dso_win32.c dso_vms.c 13 SRCS += ${DSO_SRCS} 14 15 .for cryptosrc in ${DSO_SRCS} 16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dso 17 .endfor 18