Home | History | Annotate | Line # | Download | only in stdlib
Makefile revision 1.1
      1  1.1  joerg # $NetBSD: Makefile,v 1.1 2009/07/20 17:03:38 joerg 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.1  joerg TESTS_C+=	t_mi_vector_hash
      8  1.1  joerg 
      9  1.1  joerg .include <bsd.test.mk>
     10