mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Reviewed By: ngie
Differential Revision: https://reviews.freebsd.org/D37708
(cherry picked from commit 3873bdc2f2)
12 lines
179 B
Makefile
12 lines
179 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
FILES= __init__.py atf_pytest.py utils.py
|
|
SUBDIR= sys
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python
|
|
|
|
|
|
.include <bsd.prog.mk>
|