mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
6 lines
68 B
Makefile
6 lines
68 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_ipfw
|
|
SRCS= ng_ipfw.c
|
|
|
|
.include <bsd.kmod.mk>
|