freebsd-dev/sys/modules/netgraph/Makefile
Gleb Smirnoff 506658cc1e Axe ng_fec(4). It has never been a real netgraph(4) module, since
it had no hooks. It has abused ifnet's if_afdata slot and actually
abused every subsystem it touched.

lagg(4) is a proper trunking solution at ifnet(9) layer.

ng_one2many(4) is a proper trunking solution in netgraph(4).
2013-10-28 12:47:05 +00:00

65 lines
756 B
Makefile

# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= async \
atm \
atmllc \
${_bluetooth} \
bpf \
bridge \
car \
cisco \
deflate \
device \
echo \
eiface \
etf \
ether \
ether_echo \
frame_relay \
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
ipfw \
ksocket \
l2tp \
lmi \
${_mppc} \
nat \
netflow \
netgraph \
one2many \
patch \
pipe \
ppp \
pppoe \
pptpgre \
pred1 \
rfc1490 \
socket \
source \
split \
sppp \
tag \
tcpmss \
tee \
tty \
UI \
vjc \
vlan
.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
.if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
.include <bsd.subdir.mk>