1#	$NetBSD: dso.inc,v 1.1 2009/07/19 23:30:43 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
11DSO_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
13SRCS += ${DSO_SRCS}
14
15.for cryptosrc in ${DSO_SRCS}
16CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dso
17.endfor
18