Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2011/01/12 19:44:08 pgoyette Exp $ 2 3.include <bsd.own.mk> 4 5TESTSDIR= ${TESTSBASE}/lib/libc/stdlib 6 7TESTS_C+= t_div 8TESTS_C+= t_environment 9TESTS_C+= t_environment_pth 10TESTS_C+= t_mi_vector_hash 11TESTS_C+= t_posix_memalign 12TESTS_C+= t_strtox 13 14TESTS_SH+= t_atexit 15TESTS_SH+= t_getopt 16 17MKMAN=no 18 19BINDIR= ${TESTSDIR} 20 21PROGS+= h_atexit 22PROGS+= h_getopt h_getopt_long 23 24LDADD.t_environment_pth= -pthread 25 26.include <bsd.test.mk> 27