Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / libcrypto / ts.inc
blob9ca51198580ab2fb4a999a92504605457d4f8c15
1 #       $NetBSD: ts.inc,v 1.1 2008/05/09 21:52:18 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/err/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/ts
11 TS_SRCS = ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c \
12     ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c \
13     ts_asn1.c
15 SRCS += ${TS_SRCS}
17 .for cryptosrc in ${TS_SRCS}
18 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ts
19 .endfor