Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2010/07/16 13:56:31 jmmv Exp $
2
3NOMAN=		# defined
4
5.include <bsd.own.mk>
6
7TESTSDIR=	${TESTSBASE}/lib/libposix
8
9SUBDIR=		bsd
10SUBDIR+=	posix1
11SUBDIR+=	posix2
12
13.include <bsd.test.mk>
14