Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.11
      1  1.11     he # $NetBSD: Makefile,v 1.11 2010/12/27 15:10:33 he 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.11     he TESTS_SUBDIRS+=	gen hash stdlib stdio string
      7  1.11     he 
      8  1.11     he .if ${HAS_SSP} == "yes"
      9  1.11     he TESTS_SUBDIRS+=	ssp
     10  1.11     he .endif
     11   1.1  joerg 
     12   1.1  joerg TESTSDIR=	${TESTSBASE}/lib/libc
     13   1.1  joerg 
     14   1.1  joerg .include <bsd.test.mk>
     15