1# $NetBSD: Makefile,v 1.5 2010/12/03 13:11:50 njoly Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/lib/libc/stdlib 6 7TESTS_C+= t_mi_vector_hash t_environment t_environment_pth 8TESTS_C+= t_strtox 9 10LDADD.t_environment_pth= -pthread 11 12.include <bsd.test.mk> 13