Home | History | Annotate | Line # | Download | only in libssl
      1 #	$NetBSD: hashtable.inc,v 1.1 2025/07/21 22:21:21 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/hashtable
      4 
      5 HASHTABLE_SRCS += \
      6 hashfunc.c \
      7 
      8 SRCS += ${HASHTABLE_SRCS}
      9 
     10 .for cryptosrc in ${HASHTABLE_SRCS}
     11 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/hashtable ${HASHTABLECPPFLAGS}
     12 .endfor
     13