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