1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/modules/netgraph/Makefile
2004-01-19 12:36:08 +00:00

50 lines
643 B
Makefile

# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
SUBDIR= UI \
async \
atm \
${_bluetooth} \
bpf \
bridge \
cisco \
echo \
eiface \
etf \
ether \
fec \
frame_relay \
gif \
gif_demux \
hole \
iface \
ip_input \
ksocket \
l2tp \
lmi \
${_mppc} \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
split \
sync_ar \
sync_sr \
tee \
tty \
vjc
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc= mppc
.endif
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
_bluetooth= bluetooth
.endif
.include <bsd.subdir.mk>