Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: async.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/async ${OPENSSLSRC}/crypto/async/arch
      4 
      5 ASYNC_SRCS += \
      6 async.c \
      7 async_err.c \
      8 async_null.c \
      9 async_posix.c \
     10 async_wait.c \
     11 async_win.c \
     12 
     13 SRCS += ${ASYNC_SRCS}
     14 
     15 .for cryptosrc in ${ASYNC_SRCS}
     16 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/async ${ASYNCCPPFLAGS}
     17 .endfor
     18