Home | History | Annotate | Line # | Download | only in stdlib
Makefile revision 1.4
      1  1.4   tron # $NetBSD: Makefile,v 1.4 2010/11/16 14:03:47 tron 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.1  joerg 
      9  1.4   tron LDADD.t_environment_pth=	-pthread
     10  1.3   tron 
     11  1.1  joerg .include <bsd.test.mk>
     12