freebsd-dev/sys/modules/netgraph/Makefile

66 lines
763 B
Makefile
Raw Normal View History

# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
1999-10-21 07:27:47 +00:00
# $FreeBSD$
.include <bsd.own.mk>
2004-10-24 06:22:16 +00:00
SUBDIR= async \
atm \
2005-02-12 12:49:32 +00:00
atmllc \
2004-01-19 12:36:08 +00:00
${_bluetooth} \
bpf \
bridge \
car \
cisco \
deflate \
2005-02-03 19:54:58 +00:00
device \
echo \
eiface \
2002-08-20 22:03:57 +00:00
etf \
ether \
ether_echo \
fec \
frame_relay \
2001-09-26 23:50:17 +00:00
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
2005-02-05 12:09:38 +00:00
ipfw \
ksocket \
2002-08-20 22:03:57 +00:00
l2tp \
lmi \
2004-01-19 12:36:08 +00:00
${_mppc} \
2005-05-06 14:47:54 +00:00
nat \
netflow \
netgraph \
one2many \
patch \
pipe \
ppp \
pppoe \
pptpgre \
pred1 \
rfc1490 \
socket \
2005-02-12 17:04:21 +00:00
source \
split \
sppp \
tag \
2005-06-10 08:05:13 +00:00
tcpmss \
tee \
2008-12-25 09:32:20 +00:00
tty \
2004-10-24 06:22:16 +00:00
UI \
vjc \
vlan
1999-10-21 07:27:47 +00:00
.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
2004-01-19 12:36:08 +00:00
_bluetooth= bluetooth
.endif
.if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
1999-10-21 07:27:47 +00:00
.include <bsd.subdir.mk>