Add ng_ipfw to kernel module build.
This commit is contained in:
parent
670742a102
commit
aa70aaecdb
@ -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 New Issue
Block a user