mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
FILES= __init__.py
|
|
SUBDIR= ipfw
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/netpfil
|
|
|
|
.include <bsd.prog.mk>
|