Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2010/11/16 14:03:47 tron 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 8 9LDADD.t_environment_pth= -pthread 10 11.include <bsd.test.mk> 12