1 1.1 christos # $NetBSD: ts.inc,v 1.1.1.1 2018/02/03 22:43:37 christos Exp $ 2 1.1 christos # 3 1.1 christos # @(#) Copyright (c) 1995 Simon J. Gerraty 4 1.1 christos # 5 1.1 christos # SRCS extracted from src/crypto/dist/openssl/crypto/err/Makefile 6 1.1 christos # 7 1.1 christos 8 1.1 christos .PATH: ${OPENSSLSRC}/crypto/ts 9 1.1 christos 10 1.1 christos 11 1.1 christos TS_SRCS = ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c \ 12 1.1 christos ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c \ 13 1.1 christos ts_asn1.c 14 1.1 christos 15 1.1 christos SRCS += ${TS_SRCS} 16 1.1 christos 17 1.1 christos .for cryptosrc in ${TS_SRCS} 18 1.1 christos CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/ts 19 1.1 christos .endfor 20