1.include <src.opts.mk>
2
3.PATH:	${.CURDIR}
4
5PACKAGE=	tests
6
7FILES=	__init__.py atf_pytest.py ktest.py utils.py
8SUBDIR=	sys
9
10.include <bsd.own.mk>
11FILESDIR=	${TESTSBASE}/atf_python
12
13
14.include <bsd.prog.mk>
15