Home | History | Annotate | Line # | Download | only in crypto
Makefile revision 1.1
      1  1.1  riastrad #	$NetBSD: Makefile,v 1.1 2020/06/30 20:32:11 riastradh Exp $
      2  1.1  riastrad 
      3  1.1  riastrad .include <bsd.own.mk>
      4  1.1  riastrad 
      5  1.1  riastrad TESTSDIR=	${TESTSBASE}/sys/crypto
      6  1.1  riastrad 
      7  1.1  riastrad TESTS_SUBDIRS+=	aes
      8  1.1  riastrad 
      9  1.1  riastrad .include <bsd.test.mk>
     10