1999-10-21 05:06:11 -04:00
|
|
|
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
|
1999-10-21 03:27:47 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-08-11 10:50:49 -04:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2004-10-24 02:22:16 -04:00
|
|
|
SUBDIR= async \
|
2003-06-25 09:20:19 -04:00
|
|
|
atm \
|
2005-02-12 07:49:32 -05:00
|
|
|
atmllc \
|
2004-01-19 07:36:08 -05:00
|
|
|
${_bluetooth} \
|
2001-07-15 00:55:37 -04:00
|
|
|
bpf \
|
|
|
|
|
bridge \
|
2007-05-15 12:24:50 -04:00
|
|
|
car \
|
2001-07-15 00:55:37 -04:00
|
|
|
cisco \
|
2006-12-29 08:16:43 -05:00
|
|
|
deflate \
|
2005-02-03 14:54:58 -05:00
|
|
|
device \
|
2001-07-15 00:55:37 -04:00
|
|
|
echo \
|
2001-09-12 04:38:13 -04:00
|
|
|
eiface \
|
2002-08-20 18:03:57 -04:00
|
|
|
etf \
|
2001-07-15 00:55:37 -04:00
|
|
|
ether \
|
2008-12-25 02:34:14 -05:00
|
|
|
ether_echo \
|
2001-07-15 00:55:37 -04:00
|
|
|
frame_relay \
|
2001-09-26 19:50:17 -04:00
|
|
|
gif \
|
|
|
|
|
gif_demux \
|
2001-07-15 00:55:37 -04:00
|
|
|
hole \
|
2004-04-17 08:42:17 -04:00
|
|
|
hub \
|
2001-07-15 00:55:37 -04:00
|
|
|
iface \
|
2001-09-27 17:54:27 -04:00
|
|
|
ip_input \
|
2005-02-05 07:09:38 -05:00
|
|
|
ipfw \
|
2001-07-15 00:55:37 -04:00
|
|
|
ksocket \
|
2002-08-20 18:03:57 -04:00
|
|
|
l2tp \
|
2001-07-15 00:55:37 -04:00
|
|
|
lmi \
|
2004-01-19 07:36:08 -05:00
|
|
|
${_mppc} \
|
2005-05-06 10:47:54 -04:00
|
|
|
nat \
|
2004-09-16 16:35:28 -04:00
|
|
|
netflow \
|
2001-07-15 00:55:37 -04: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 08:25:57 -04:00
|
|
|
patch \
|
2009-06-23 02:11:04 -04:00
|
|
|
pipe \
|
2001-07-15 00:55:37 -04:00
|
|
|
ppp \
|
|
|
|
|
pppoe \
|
|
|
|
|
pptpgre \
|
2006-12-29 08:16:43 -05:00
|
|
|
pred1 \
|
2001-07-15 00:55:37 -04:00
|
|
|
rfc1490 \
|
|
|
|
|
socket \
|
2005-02-12 12:04:21 -05:00
|
|
|
source \
|
2001-07-24 19:42:56 -04:00
|
|
|
split \
|
2004-04-25 04:56:46 -04:00
|
|
|
sppp \
|
2006-06-27 08:45:28 -04:00
|
|
|
tag \
|
2005-06-10 04:05:13 -04:00
|
|
|
tcpmss \
|
2001-07-15 00:55:37 -04:00
|
|
|
tee \
|
2008-12-25 04:32:20 -05:00
|
|
|
tty \
|
2004-10-24 02:22:16 -04:00
|
|
|
UI \
|
2004-03-01 12:22:16 -05:00
|
|
|
vjc \
|
|
|
|
|
vlan
|
1999-10-21 03:27:47 -04:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
|
2004-01-19 07:36:08 -05:00
|
|
|
_bluetooth= bluetooth
|
2002-11-20 19:40:11 -05:00
|
|
|
.endif
|
2004-07-07 18:48:30 -04:00
|
|
|
|
2014-08-11 10:50:49 -04:00
|
|
|
.if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c)
|
2004-07-07 18:48:30 -04:00
|
|
|
_mppc= mppc
|
2004-01-27 19:42:51 -05:00
|
|
|
.endif
|
2002-11-20 19:40:11 -05:00
|
|
|
|
1999-10-21 03:27:47 -04:00
|
|
|
.include <bsd.subdir.mk>
|