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$
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
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 \
|
2007-05-15 16:24:50 +00:00
|
|
|
car \
|
2001-07-15 04:55:37 +00:00
|
|
|
cisco \
|
2006-12-29 13:16:43 +00:00
|
|
|
deflate \
|
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 \
|
2008-12-25 07:34:14 +00:00
|
|
|
ether_echo \
|
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 \
|
New netgraph node ng_patch(4). It performs data modification of packets
passing through. Modifications are restricted to a subset of C language
operations on unsigned integers of 8, 16, 32 or 64 bit size.
These are: set to new value (=), addition (+=), subtraction (-=),
multiplication (*=), division (/=), negation (= -), bitwise AND (&=),
bitwise OR (|=), bitwise eXclusive OR (^=), shift left (<<=),
shift right (>>=). Several operations are all applied to a packet
sequentially in order they were specified by user.
Submitted by: Maxim Ignatenko <gelraen.ua at gmail.com>
Vadim Goncharov <vadimnuclight at tpu.ru>
Discussed with: net@
Approved by: mav (mentor)
MFC after: 1 month
2010-06-09 12:25:57 +00:00
|
|
|
patch \
|
2009-06-23 06:11:04 +00:00
|
|
|
pipe \
|
2001-07-15 04:55:37 +00:00
|
|
|
ppp \
|
|
|
|
pppoe \
|
|
|
|
pptpgre \
|
2006-12-29 13:16:43 +00:00
|
|
|
pred1 \
|
2001-07-15 04:55:37 +00:00
|
|
|
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 \
|
2006-06-27 12:45:28 +00:00
|
|
|
tag \
|
2005-06-10 08:05:13 +00:00
|
|
|
tcpmss \
|
2001-07-15 04:55:37 +00:00
|
|
|
tee \
|
2008-12-25 09:32:20 +00:00
|
|
|
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
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_BLUETOOTH} != "no" || 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
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.if ${MK_CRYPT} != "no" && 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>
|