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