1999-10-21 09:06:11 +00:00
|
|
|
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
|
1999-10-21 07:27:47 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-10-24 06:22:16 +00:00
|
|
|
SUBDIR= async \
|
2003-06-25 13:20:19 +00:00
|
|
|
atm \
|
2005-02-12 12:49:32 +00:00
|
|
|
atmllc \
|
2004-01-19 12:36:08 +00:00
|
|
|
${_bluetooth} \
|
2001-07-15 04:55:37 +00:00
|
|
|
bpf \
|
|
|
|
bridge \
|
|
|
|
cisco \
|
2005-02-03 19:54:58 +00:00
|
|
|
device \
|
2001-07-15 04:55:37 +00:00
|
|
|
echo \
|
2001-09-12 08:38:13 +00:00
|
|
|
eiface \
|
2002-08-20 22:03:57 +00:00
|
|
|
etf \
|
2001-07-15 04:55:37 +00:00
|
|
|
ether \
|
2003-04-20 19:05:33 +00:00
|
|
|
fec \
|
2001-07-15 04:55:37 +00:00
|
|
|
frame_relay \
|
2001-09-26 23:50:17 +00:00
|
|
|
gif \
|
|
|
|
gif_demux \
|
2001-07-15 04:55:37 +00:00
|
|
|
hole \
|
2004-04-17 12:42:17 +00:00
|
|
|
hub \
|
2001-07-15 04:55:37 +00:00
|
|
|
iface \
|
2001-09-27 21:54:27 +00:00
|
|
|
ip_input \
|
2005-02-05 12:09:38 +00:00
|
|
|
ipfw \
|
2001-07-15 04:55:37 +00:00
|
|
|
ksocket \
|
2002-08-20 22:03:57 +00:00
|
|
|
l2tp \
|
2001-07-15 04:55:37 +00:00
|
|
|
lmi \
|
2004-01-19 12:36:08 +00:00
|
|
|
${_mppc} \
|
2005-05-06 14:47:54 +00:00
|
|
|
nat \
|
2004-09-16 20:35:28 +00:00
|
|
|
netflow \
|
2001-07-15 04:55:37 +00:00
|
|
|
netgraph \
|
|
|
|
one2many \
|
|
|
|
ppp \
|
|
|
|
pppoe \
|
|
|
|
pptpgre \
|
|
|
|
rfc1490 \
|
|
|
|
socket \
|
2005-02-12 17:04:21 +00:00
|
|
|
source \
|
2001-07-24 23:42:56 +00:00
|
|
|
split \
|
2004-04-25 08:56:46 +00:00
|
|
|
sppp \
|
2005-01-27 01:45:15 +00:00
|
|
|
${_sync_ar} \
|
|
|
|
${_sync_sr} \
|
2005-06-10 08:05:13 +00:00
|
|
|
tcpmss \
|
2001-07-15 04:55:37 +00:00
|
|
|
tee \
|
|
|
|
tty \
|
2004-10-24 06:22:16 +00:00
|
|
|
UI \
|
2004-03-01 17:22:16 +00:00
|
|
|
vjc \
|
|
|
|
vlan
|
1999-10-21 07:27:47 +00:00
|
|
|
|
2005-01-27 01:45:15 +00:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
_sync_ar= sync_ar
|
|
|
|
_sync_sr= sync_sr
|
|
|
|
.endif
|
|
|
|
|
2004-01-28 00:42:51 +00:00
|
|
|
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
|
2004-01-19 12:36:08 +00:00
|
|
|
_bluetooth= bluetooth
|
2002-11-21 00:40:11 +00:00
|
|
|
.endif
|
2004-07-07 22:48:30 +00:00
|
|
|
|
2004-12-21 10:16:04 +00:00
|
|
|
.if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
|
2004-07-07 22:48:30 +00:00
|
|
|
_mppc= mppc
|
2004-01-28 00:42:51 +00:00
|
|
|
.endif
|
2002-11-21 00:40:11 +00:00
|
|
|
|
1999-10-21 07:27:47 +00:00
|
|
|
.include <bsd.subdir.mk>
|