Home | History | Annotate | Line # | Download | only in libc
Makefile revision 1.40.2.1
      1  1.40.2.1    cherry # $NetBSD: Makefile,v 1.40.2.1 2011/06/23 14:20:39 cherry Exp $
      2       1.1     joerg 
      3  1.40.2.1    cherry .include "Makefile.inc"
      4      1.11        he .include <bsd.sys.mk>
      5  1.40.2.1    cherry .include <bsd.own.mk>
      6       1.1     joerg 
      7      1.38     joerg SUBDIR+=	tls_dso .WAIT
      8      1.38     joerg 
      9      1.39  pgoyette TESTS_SUBDIRS+=	db gen hash ieeefp inet locale net regex rpc setjmp stdlib
     10      1.40    jruoho TESTS_SUBDIRS+=	stdio string sys termios time tls ttyio
     11      1.16  pgoyette 
     12      1.11        he .if ${HAS_SSP} == "yes"
     13      1.11        he TESTS_SUBDIRS+=	ssp
     14      1.11        he .endif
     15       1.1     joerg 
     16       1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc
     17       1.1     joerg 
     18      1.13  pgoyette TESTS_C+=	t_convfp
     19      1.13  pgoyette TESTS_C+=	t_gdtoa
     20      1.13  pgoyette 
     21       1.1     joerg .include <bsd.test.mk>
     22