Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2010/11/14 19:19:24 tron Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/libc/stdlib
6
7TESTS_C+=	t_mi_vector_hash t_environment
8
9LDADD.t_environment=	-pthread
10
11.include <bsd.test.mk>
12