blob: 65de8b6ae98f47a56012fb26ee535b55f74ddd2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: dso.inc,v 1.1 2001/04/12 07:48:04 itojun Exp $
#
# @(#) 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
CPPFLAGS+= -I${OPENSSLSRC}/crypto/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
|