1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/modules/netgraph/Makefile

58 lines
722 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$
2004-10-24 06:22:16 +00:00
SUBDIR= async \
atm \
2004-01-19 12:36:08 +00:00
${_bluetooth} \
bpf \
bridge \
cisco \
echo \
eiface \
2002-08-20 22:03:57 +00:00
etf \
ether \
fec \
frame_relay \
2001-09-26 23:50:17 +00:00
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
ksocket \
2002-08-20 22:03:57 +00:00
l2tp \
lmi \
2004-01-19 12:36:08 +00:00
${_mppc} \
netflow \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
split \
sppp \
${_sync_ar} \
${_sync_sr} \
tee \
tty \
2004-10-24 06:22:16 +00:00
UI \
vjc \
vlan
1999-10-21 07:27:47 +00:00
.if ${MACHINE_ARCH} == "i386"
_sync_ar= sync_ar
_sync_sr= sync_sr
.endif
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
2004-01-19 12:36:08 +00:00
_bluetooth= bluetooth
.endif
2004-12-21 10:16:04 +00:00
.if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
1999-10-21 07:27:47 +00:00
.include <bsd.subdir.mk>