opnsense-src/sys/modules/netgraph/Makefile

48 lines
612 B
Makefile
Raw Normal View History

# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
1999-10-21 03:27:47 -04:00
# $FreeBSD$
2002-08-20 19:58:49 -04:00
SUBDIR= UI \
async \
atm \
bpf \
bridge \
cisco \
echo \
eiface \
2002-08-20 18:03:57 -04:00
etf \
ether \
fec \
frame_relay \
2001-09-26 19:50:17 -04:00
gif \
gif_demux \
hole \
iface \
ip_input \
ksocket \
2002-08-20 18:03:57 -04:00
l2tp \
lmi \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
split \
sync_ar \
sync_sr \
tee \
tty \
vjc
1999-10-21 03:27:47 -04: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 03:27:47 -04:00
.include <bsd.subdir.mk>