Home | History | Annotate | Line # | Download | only in libcrypto
      1 #	$NetBSD: cmac.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/cmac
      4 
      5 CMAC_SRCS += \
      6 cmac.c \
      7 
      8 SRCS += ${CMAC_SRCS}
      9 
     10 .for cryptosrc in ${CMAC_SRCS}
     11 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/cmac ${CMACCPPFLAGS}
     12 .endfor
     13