Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.12
      1  1.12  pgoyette # $NetBSD: Makefile,v 1.12 2010/12/27 19:35:30 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.12  pgoyette TESTS_SUBDIRS+=	gen hash setjmp 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