Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / conf.inc
blobb85e70b980fa5879c73d9810f1c69c2261d9108d
1 #       $NetBSD: conf.inc,v 1.7 2007/12/09 22:44:14 adrianp 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