xref: /freebsd/libexec/atf/atf-pytest-wrapper/Makefile (revision 6527682ab7058e5023a2a6dea01d51c15dca701f)
1.include <src.opts.mk>
2.include <bsd.init.mk>
3
4PACKAGE=	tests
5PROG_CXX=	atf_pytest_wrapper
6SRCS=		atf_pytest_wrapper.cpp
7MAN=
8
9.include <bsd.prog.mk>
10