2006-03-17 23:47:45 +03:00
|
|
|
# $NetBSD: dso.inc,v 1.2 2006/03/17 20:47:45 dsl Exp $
|
2001-04-12 11:48:03 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/dso/Makefile.ssl
|
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/dso
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
DSO_SRCS = dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \
|
2001-04-12 11:48:03 +04:00
|
|
|
dso_openssl.c dso_win32.c dso_vms.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${DSO_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${DSO_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dso
|
|
|
|
.endfor
|