1#	$NetBSD: ts.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
2#
3#	@(#) Copyright (c) 1995 Simon J. Gerraty
4#
5#	SRCS extracted from src/crypto/dist/openssl/crypto/err/Makefile
6#
7
8.PATH:	${OPENSSLSRC}/crypto/ts
9
10
11TS_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
14
15SRCS += ${TS_SRCS}
16
17.for cryptosrc in ${TS_SRCS}
18CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ts
19.endfor
20