freebsd-dev/sys/modules/netgraph/Makefile
Gleb Smirnoff d473c9d543 A netgraph node that can do different manipulations with
mbuf_tags(9) on packets.

Submitted by:		Vadim Goncharov <vadimnuclight tpu.ru>
mdoc(7) reviewed by:	ru
2006-06-27 12:45:28 +00:00

67 lines
809 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 \
cisco \
device \
echo \
eiface \
etf \
ether \
fec \
frame_relay \
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
ipfw \
ksocket \
l2tp \
lmi \
${_mppc} \
nat \
netflow \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
source \
split \
sppp \
${_sync_ar} \
${_sync_sr} \
tag \
tcpmss \
tee \
tty \
UI \
vjc \
vlan
.if ${MACHINE_ARCH} == "i386"
_sync_ar= sync_ar
_sync_sr= sync_sr
.endif
.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>