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