opnsense-src/tests/atf_python/sys/Makefile
Lexi Winter 59e7c575c5 tests: move atf_python/sys/ into the tests package
Reviewed by:	markj
MFC after:	1 week
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1174

(cherry picked from commit e1e636193db45630c7881246d25902e57c43d24e)
2024-04-29 10:11:07 -04:00

12 lines
189 B
Makefile

.include <src.opts.mk>
.PATH: ${.CURDIR}
PACKAGE=tests
FILES= __init__.py
SUBDIR= net netlink netpfil
.include <bsd.own.mk>
FILESDIR= ${TESTSBASE}/atf_python/sys
.include <bsd.prog.mk>