1# $NetBSD: PROTO.in,v 1.1 2023/05/07 16:22:10 christos Exp $
2
3.PATH: ${OPENSSLSRC}/@proto@
4
5@PROTO@_SRCS += \
6@SRCS@
7
8SRCS += ${@PROTO@_SRCS}
9
10.for appssrc in ${@PROTO@_SRCS}
11CPPFLAGS.${appssrc} += -I${OPENSSLSRC}/@proto@ ${@PROTO@CPPFLAGS}
12.endfor
13