Home | History | Annotate | Line # | Download | only in adiantum
      1 #	$NetBSD: Makefile,v 1.1 2022/04/01 21:09:24 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/crypto/adiantum
      6 
      7 KMOD=	adiantum
      8 SRCS=	adiantum.c adiantum_selftest.c
      9 
     10 .include <bsd.kmodule.mk>
     11