mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Add ng_ipfw to kernel module build.
This commit is contained in:
parent
670742a102
commit
aa70aaecdb
2 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ SUBDIR= async \
|
|||
hub \
|
||||
iface \
|
||||
ip_input \
|
||||
ipfw \
|
||||
ksocket \
|
||||
l2tp \
|
||||
lmi \
|
||||
|
|
|
|||
6
sys/modules/netgraph/ipfw/Makefile
Normal file
6
sys/modules/netgraph/ipfw/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
KMOD= ng_ipfw
|
||||
SRCS= ng_ipfw.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue