Makefile revision 1.38
1# $NetBSD: Makefile,v 1.38 2011/03/09 23:10:07 joerg Exp $
2
3.include <bsd.own.mk>
4.include <bsd.sys.mk>
5
6SUBDIR+=	tls_dso .WAIT
7
8TESTS_SUBDIRS+=	db gen hash ieeefp inet net regex rpc setjmp stdlib
9TESTS_SUBDIRS+=	stdio string sys time tls ttyio
10
11.if ${HAS_SSP} == "yes"
12TESTS_SUBDIRS+=	ssp
13.endif
14
15TESTSDIR=	${TESTSBASE}/lib/libc
16
17TESTS_C+=	t_convfp
18TESTS_C+=	t_gdtoa
19
20.include <bsd.test.mk>
21