xref: /netbsd-src/crypto/external/bsd/openssl/lib/libapps/PROTO.in (revision f4748aaa01faf324805f9747191535eb6600f82c)
1*f4748aaaSchristos#	$NetBSD: PROTO.in,v 1.1 2023/05/07 16:22:10 christos Exp $
2*f4748aaaSchristos
3*f4748aaaSchristos.PATH:	${OPENSSLSRC}/@proto@
4*f4748aaaSchristos
5*f4748aaaSchristos@PROTO@_SRCS += \
6*f4748aaaSchristos@SRCS@
7*f4748aaaSchristos
8*f4748aaaSchristosSRCS += ${@PROTO@_SRCS}
9*f4748aaaSchristos
10*f4748aaaSchristos.for appssrc in ${@PROTO@_SRCS}
11*f4748aaaSchristosCPPFLAGS.${appssrc} += -I${OPENSSLSRC}/@proto@ ${@PROTO@CPPFLAGS}
12*f4748aaaSchristos.endfor
13