Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / dso.inc
blob950ecef9f50449bec0e42a27cfec90233a83baaf
1 #       $NetBSD: dso.inc,v 1.1 2009/07/19 23:30:43 christos 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