xref: /netbsd/external/bsd/atf/tests/atf/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.6 2010/10/20 09:20:10 jmmv Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/atf
6ATFFILE=	yes
7
8SUBDIR=		atf-c \
9		atf-c++ \
10		atf-config \
11		atf-report \
12		atf-run \
13		atf-sh \
14		test-programs
15
16SRCDIR=		${NETBSDSRCDIR}/external/bsd/atf/dist
17.PATH:		${SRCDIR}
18
19.include <bsd.test.mk>
20