
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
18 lines
422 B
PHP
18 lines
422 B
PHP
# $NetBSD: dso.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/dso/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/dso
|
|
|
|
|
|
DSO_SRCS = dso_dl.c dso_dlfcn.c dso_err.c dso_lib.c dso_null.c \
|
|
dso_openssl.c dso_win32.c dso_vms.c
|
|
SRCS += ${DSO_SRCS}
|
|
|
|
.for cryptosrc in ${DSO_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dso
|
|
.endfor
|