freebsd-dev/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
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
bridge
cisco
device Major overhaul. 2004-10-18 20:13:57 +00:00
echo
eiface
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
gif Let modules use the kernel's opt_*.h files if built along with 2005-10-14 23:30:17 +00:00
gif_demux
hole
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
ipfw Add ng_ipfw to kernel module build. 2005-02-05 12:09:38 +00:00
ksocket
l2tp
lmi
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
one2many
ppp
pppoe
pptpgre
rfc1490
sample
socket
source
split
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
tty
UI
vjc
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