diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 21a6a407b699..0c68dc72924a 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -20,6 +20,7 @@ SUBDIR= async \ hub \ iface \ ip_input \ + ipfw \ ksocket \ l2tp \ lmi \ diff --git a/sys/modules/netgraph/ipfw/Makefile b/sys/modules/netgraph/ipfw/Makefile new file mode 100644 index 000000000000..b40abcfbf57c --- /dev/null +++ b/sys/modules/netgraph/ipfw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= ng_ipfw +SRCS= ng_ipfw.c + +.include