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