2006-03-17 23:47:45 +03:00
|
|
|
# $NetBSD: conf.inc,v 1.6 2006/03/17 20:47:45 dsl Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/conf/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/conf
|
|
|
|
|
|
|
|
|
2006-03-17 23:47:45 +03:00
|
|
|
CONF_SRCS = conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \
|
2003-07-24 18:16:30 +04:00
|
|
|
conf_mall.c conf_sap.c
|
2006-03-17 23:47:45 +03:00
|
|
|
SRCS += ${CONF_SRCS}
|
|
|
|
|
|
|
|
.for cryptosrc in ${CONF_SRCS}
|
|
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/conf
|
|
|
|
.endfor
|