Makefile revision 1.12
1# $NetBSD: Makefile,v 1.12 2010/12/27 19:35:30 pgoyette Exp $
2
3.include <bsd.own.mk>
4.include <bsd.sys.mk>
5
6TESTS_SUBDIRS+=	gen hash setjmp stdlib stdio string
7
8.if ${HAS_SSP} == "yes"
9TESTS_SUBDIRS+=	ssp
10.endif
11
12TESTSDIR=	${TESTSBASE}/lib/libc
13
14.include <bsd.test.mk>
15