Home | History | Annotate | Line # | Download | only in libcommon
      1 #	$NetBSD: PROTO.in,v 1.1 2025/07/17 14:25:23 christos Exp $
      2 
      3 .PATH:	${OPENSSLSRC}/@proto@
      4 
      5 @PROTO@_SRCS += \
      6 @SRCS@
      7 
      8 SRCS += ${@PROTO@_SRCS}
      9 
     10 .for commonsrc in ${@PROTO@_SRCS}
     11 CPPFLAGS.${commonsrc} += -I${OPENSSLSRC}/@proto@ ${@PROTO@CPPFLAGS}
     12 .endfor
     13