summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libapps/PROTO.in
blob: f52f913e4169232e128c53c18b8b98277a345f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: PROTO.in,v 1.1 2023/05/07 16:22:10 christos Exp $

.PATH:	${OPENSSLSRC}/@proto@

@PROTO@_SRCS += \
@SRCS@

SRCS += ${@PROTO@_SRCS}

.for appssrc in ${@PROTO@_SRCS}
CPPFLAGS.${appssrc} += -I${OPENSSLSRC}/@proto@ ${@PROTO@CPPFLAGS}
.endfor