Add ng_ipfw to kernel module build.

This commit is contained in:
Gleb Smirnoff 2005-02-05 12:09:38 +00:00
parent 670742a102
commit aa70aaecdb
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@ SUBDIR= async \
hub \
iface \
ip_input \
ipfw \
ksocket \
l2tp \
lmi \

View File

@ -0,0 +1,6 @@
# $FreeBSD$
KMOD= ng_ipfw
SRCS= ng_ipfw.c
.include <bsd.kmod.mk>