freebsd-dev/sys/modules/netgraph/Makefile
2005-06-10 08:05:13 +00:00

64 lines
777 B
Makefile

# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
SUBDIR= async \
atm \
atmllc \
${_bluetooth} \
bpf \
bridge \
cisco \
device \
echo \
eiface \
etf \
ether \
fec \
frame_relay \
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
ipfw \
ksocket \
l2tp \
lmi \
${_mppc} \
nat \
netflow \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
source \
split \
sppp \
${_sync_ar} \
${_sync_sr} \
tcpmss \
tee \
tty \
UI \
vjc \
vlan
.if ${MACHINE_ARCH} == "i386"
_sync_ar= sync_ar
_sync_sr= sync_sr
.endif
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
.if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
.include <bsd.subdir.mk>