Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2010/01/24 21:12:17 joerg Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/libc/hash
6
7TESTS_C+=	t_sha2
8
9.include <bsd.test.mk>
10