Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/libexec/atf/atf-pytest-wrapper/Makefile
34923 views
.include <src.opts.mk>
.include <bsd.init.mk>

PACKAGE=	tests
PROG_CXX=	atf_pytest_wrapper
SRCS=		atf_pytest_wrapper.cpp
MAN=

.include <bsd.prog.mk>