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