Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / dso.inc
blob971ced5264f8a518d2191e3ea07587114e5ac51c
1 #       $NetBSD: dso.inc,v 1.3 2007/12/09 22:44:15 adrianp 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
13 SRCS += ${DSO_SRCS}
15 .for cryptosrc in ${DSO_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/dso
17 .endfor