Home | History | Annotate | Line # | Download | only in libcrypto
      1  1.1  christos #	$NetBSD: aria.inc,v 1.1.1.1 2023/04/18 14:19:03 christos Exp $
      2  1.1  christos #
      3  1.1  christos #	SRCS extracted from src/crypto/dist/openssl/crypto/aria/Makefile
      4  1.1  christos #
      5  1.1  christos 
      6  1.1  christos .PATH:	${OPENSSLSRC}/crypto/aria
      7  1.1  christos 
      8  1.1  christos 
      9  1.1  christos ARIA_SRCS += aria.c
     10  1.1  christos 
     11  1.1  christos SRCS += ${ARIA_SRCS}
     12  1.1  christos 
     13  1.1  christos .for cryptosrc in ${ARIA_SRCS}
     14  1.1  christos CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/aria ${ARIACPPFLAGS}
     15  1.1  christos .endfor
     16