Home | History | Annotate | Line # | Download | only in libssl
      1 #	$NetBSD: thread.inc,v 1.2 2025/10/19 00:59:57 riastradh Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/thread ${OPENSSLSRC}/crypto/thread/arch
      4 
      5 THREAD_SRCS += \
      6 thread_posix.c
      7 
      8 SRCS += ${THREAD_SRCS}
      9 
     10 .for cryptosrc in ${THREAD_SRCS}
     11 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/thread
     12 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/thread/arch ${THREADCPPFLAGS}
     13 .endfor
     14 
     15 CPPFLAGS.thread_posix.c+=	-D_NETBSD_PTHREAD_CREATE_WEAK
     16