freebsd-dev/sys/modules/netgraph/Makefile

47 lines
605 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 \
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 \
iface \
ip_input \
ksocket \
2002-08-20 22:03:57 +00:00
l2tp \
lmi \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
split \
sync_ar \
sync_sr \
tee \
tty \
vjc
1999-10-21 07:27:47 +00:00
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+= mppc
.endif
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
SUBDIR+= bluetooth
.endif
1999-10-21 07:27:47 +00:00
.include <bsd.subdir.mk>