freebsd-dev/sys/modules/netgraph/Makefile

54 lines
716 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$
2002-08-20 23:58:49 +00:00
SUBDIR= UI \
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} \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
split \
sync_ar \
sync_sr \
tee \
tty \
vjc \
vlan
1999-10-21 07:27:47 +00:00
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
2004-01-19 12:36:08 +00:00
_mppc= mppc
.endif
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
2004-01-19 12:36:08 +00:00
_bluetooth= bluetooth
.endif
.endif
1999-10-21 07:27:47 +00:00
.include <bsd.subdir.mk>