Home | History | Annotate | Line # | Download | only in blake2s
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2021/08/18 09:07:07 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include "../Makefile.inc"
      4  1.1  christos 
      5  1.1  christos KMOD=	blake2s
      6  1.1  christos 
      7  1.1  christos BLAKE2SDIR=	$S/crypto/blake2
      8  1.1  christos CPPFLAGS+=	-I${BLAKE2SDIR}
      9  1.1  christos 
     10  1.1  christos .PATH: ${BLAKE2SDIR}
     11  1.1  christos SRCS+=	blake2s.c
     12  1.1  christos 
     13  1.1  christos .include <bsd.kmodule.mk>
     14