1#	$NetBSD: conf.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/conf/Makefile
6#
7
8.PATH:	${OPENSSLSRC}/crypto/conf
9
10
11CONF_SRCS = conf_err.c conf_lib.c conf_api.c conf_def.c conf_mod.c \
12	conf_mall.c conf_sap.c
13SRCS += ${CONF_SRCS}
14
15.for cryptosrc in ${CONF_SRCS}
16CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/conf
17.endfor
18