Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / crypto.inc
blobfc4db592ad258dca0c19fc7d5e91864e2eac6cd9
1 #       $NetBSD: crypto.inc,v 1.9 2008/05/09 21:52:18 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto
11 CRYPTO_SRCS = cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c \
12         cpt_err.c ebcdic.c uid.c o_time.c o_dir.c
13 SRCS += ${CRYPTO_SRCS}
15 .for cryptosrc in ${CRYPTO_SRCS}
16 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/crypto
17 .endfor