Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2010/02/26 09:35:08 martin Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=	hash stdlib
6
7# Disabled for now, only test in there is very expensive
8#SUBDIR+=	 string
9
10TESTSDIR=	${TESTSBASE}/lib/libc
11
12.include <bsd.subdir.mk>
13.include <bsd.test.mk>
14