Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / conf.inc
blob9e4f57ec6d6fb9e3366e78615f68af24a9cb86ec
1 #       $NetBSD: conf.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/conf/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/conf
11 CONF_SRCS = conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \
12         conf_mall.c conf_sap.c
13 SRCS += ${CONF_SRCS}
15 .for cryptosrc in ${CONF_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/conf
17 .endfor