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