mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/1174
(cherry picked from commit e1e636193d)
12 lines
182 B
Makefile
12 lines
182 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
PACKAGE=tests
|
|
FILES= __init__.py
|
|
SUBDIR= ipfw
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/netpfil
|
|
|
|
.include <bsd.prog.mk>
|