opnsense-src/sys/modules/netgraph
Yaroslav Tykhiy 822923447e Let modules use the kernel's opt_*.h files if built along with
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
2005-10-14 23:30:17 +00:00
..
async Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
atm Add the module build stuff for the ATM call control module. 2004-08-12 14:58:46 +00:00
atmllc Add a netgraph node to handle ATM LLC encapsulation. This currently handles 2004-03-08 10:54:35 +00:00
bluetooth No need to generate vnode_if.h anymore 2004-12-29 08:44:30 +00:00
bpf Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
bridge Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
cisco Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
device Major overhaul. 2004-10-18 20:13:57 +00:00
echo Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
eiface Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
etf Don't compile with -g by default; there's a better way to build modules with 2003-11-10 12:54:54 +00:00
ether Bitrot: the ethernet parse type is long standard. 2005-02-12 12:35:56 +00:00
fec We already have ng_fec.4 manpage. And sys/modules is not a correct 2004-12-19 16:06:14 +00:00
frame_relay Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
gif Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
gif_demux /home/brooks/ng_gif.message 2001-09-26 23:50:17 +00:00
hole Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
hub A simple packet distribution node type that acts like an Ethernet hub. 2004-04-17 12:42:17 +00:00
iface Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
ip_input Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
ipfw Add ng_ipfw to kernel module build. 2005-02-05 12:09:38 +00:00
ksocket Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
l2tp Add ng_l2tp module. 2002-08-20 22:03:57 +00:00
lmi Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
mppc Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
nat ng_nat - a netgraph(4) node, which does NAT 2005-05-05 23:41:21 +00:00
netflow Attach ng_netflow to kernel build. 2004-09-16 20:35:28 +00:00
netgraph Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
one2many Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
ppp Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
pppoe Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
pptpgre Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
rfc1490 Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
sample Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
socket Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
source Add the netgraph 'source' module. 2002-10-31 23:03:09 +00:00
split Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
sppp sppp (4) to netgraph (4) node. As always: I'l connect it to the 2004-03-24 17:24:01 +00:00
sync_ar Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
sync_sr Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
tcpmss Attach ng_tcpmss to the build. 2005-06-10 08:05:13 +00:00
tee Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
tty Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
UI Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
vjc Drop <bsd.man.mk> support from <bsd.kmod.mk>. 2002-01-11 15:49:02 +00:00
vlan Netgraph node type for IEEE 802.1Q VLAN tagging. 2004-03-01 17:22:16 +00:00
Makefile Attach ng_tcpmss to the build. 2005-06-10 08:05:13 +00:00
Makefile.inc Make NETGRAPH_DEBUG a kernel option, so that it can't be turned off 2005-05-16 08:25:55 +00:00