Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.4
      1  1.4  martin # $NetBSD: Makefile,v 1.4 2010/02/26 09:35:08 martin Exp $
      2  1.1   joerg 
      3  1.1   joerg .include <bsd.own.mk>
      4  1.1   joerg 
      5  1.4  martin SUBDIR+=	hash stdlib
      6  1.4  martin 
      7  1.4  martin # Disabled for now, only test in there is very expensive
      8  1.4  martin #SUBDIR+=	 string
      9  1.1   joerg 
     10  1.1   joerg TESTSDIR=	${TESTSBASE}/lib/libc
     11  1.1   joerg 
     12  1.1   joerg .include <bsd.subdir.mk>
     13  1.1   joerg .include <bsd.test.mk>
     14