1 1.32 pgoyette # $NetBSD: Makefile,v 1.32 2011/01/13 00:14:10 pgoyette Exp $ 2 1.1 joerg 3 1.1 joerg .include <bsd.own.mk> 4 1.11 he .include <bsd.sys.mk> 5 1.1 joerg 6 1.29 pgoyette TESTS_SUBDIRS+= db gen hash ieeefp net regex rpc setjmp stdlib 7 1.32 pgoyette TESTS_SUBDIRS+= stdio string sys time ttyio 8 1.16 pgoyette 9 1.11 he .if ${HAS_SSP} == "yes" 10 1.11 he TESTS_SUBDIRS+= ssp 11 1.11 he .endif 12 1.1 joerg 13 1.1 joerg TESTSDIR= ${TESTSBASE}/lib/libc 14 1.1 joerg 15 1.23 pgoyette TESTS_C+= t_cerror 16 1.15 pgoyette TESTS_C+= t_clone 17 1.15 pgoyette TESTS_C+= t_context 18 1.13 pgoyette TESTS_C+= t_convfp 19 1.13 pgoyette TESTS_C+= t_gdtoa 20 1.15 pgoyette TESTS_C+= t_hsearch 21 1.15 pgoyette TESTS_C+= t_inet 22 1.15 pgoyette TESTS_C+= t_ptm 23 1.13 pgoyette TESTS_C+= t_randomid 24 1.13 pgoyette 25 1.21 pgoyette TESTS_SH+= t_nsdispatch 26 1.17 pgoyette 27 1.17 pgoyette BINDIR= ${TESTSDIR} 28 1.17 pgoyette MKMAN= no 29 1.17 pgoyette 30 1.21 pgoyette PROGS+= h_nsd_recurse 31 1.17 pgoyette 32 1.21 pgoyette LDADD.h_nsd_recurse+= -lpthread 33 1.21 pgoyette LDADD.t_mktime+= -lpthread 34 1.21 pgoyette 35 1.1 joerg .include <bsd.test.mk> 36