xref: /freebsd-13-stable/tests/atf_python/Makefile (revision 65f065ec7131db4028ed37d951d94d905298bc31)
1.include <src.opts.mk>
2
3.PATH:	${.CURDIR}
4
5FILES=	__init__.py atf_pytest.py utils.py
6SUBDIR=	sys
7
8.include <bsd.own.mk>
9FILESDIR=	${TESTSBASE}/atf_python
10
11
12.include <bsd.prog.mk>
13