2023-06-11 04:12:04 -04:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
|
|
2024-04-16 07:18:23 -04:00
|
|
|
PACKAGE=tests
|
2023-06-11 04:12:04 -04:00
|
|
|
FILES= __init__.py
|
|
|
|
|
SUBDIR= ipfw
|
|
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/netpfil
|
|
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|