Home | History | Annotate | Line # | Download | only in liblegacy
      1  1.2  christos #	$NetBSD: providers.inc,v 1.2 2025/07/21 13:10:23 christos Exp $
      2  1.1  christos 
      3  1.1  christos .PATH:	${OPENSSLSRC}/providers
      4  1.1  christos 
      5  1.1  christos PROVIDERS_SRCS += \
      6  1.2  christos legacyprov.c \
      7  1.1  christos prov_running.c \
      8  1.1  christos 
      9  1.1  christos SRCS += ${PROVIDERS_SRCS}
     10  1.1  christos 
     11  1.1  christos .for legacysrc in ${PROVIDERS_SRCS}
     12  1.1  christos CPPFLAGS.${legacysrc} += -I${OPENSSLSRC}/providers ${PROVIDERSCPPFLAGS}
     13  1.1  christos .endfor
     14