1 # $NetBSD: dso.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
3 # @(#) Copyright (c) 1995 Simon J. Gerraty
5 # SRCS extracted from src/crypto/dist/openssl/crypto/dso/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/dso
11 DSO_SRCS = dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \
12 dso_openssl.c dso_win32.c dso_vms.c
15 .for cryptosrc in ${DSO_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dso