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