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