blob: 378f41218a34184e07af26318435085dc064c6b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: PROTO.in,v 1.1 2023/05/06 17:07:22 christos Exp $
.PATH: ${OPENSSLSRC}/@proto@
@PROTO@_SRCS += \
@SRCS@
SRCS += ${@PROTO@_SRCS}
.for commonsrc in ${@PROTO@_SRCS}
CPPFLAGS.${commonsrc} += -I${OPENSSLSRC}/@proto@ ${@PROTO@CPPFLAGS}
.endfor
|