1.include <src.opts.mk> 2.include <bsd.init.mk> 3 4PROG_CXX= atf_pytest_wrapper 5SRCS= atf_pytest_wrapper.cpp 6MAN= 7 8.include <bsd.prog.mk> 9