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