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