Makefile revision 186486
152419Sjulian# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
252416Sjulian# $FreeBSD: head/sys/modules/netgraph/Makefile 186486 2008-12-25 07:34:14Z julian $
352416Sjulian
4156813Sru.include <bsd.own.mk>
5156813Sru
6136851SruSUBDIR=	async \
7116808Sharti	atm \
8141726Sru	atmllc \
9124711Sru	${_bluetooth} \
1079745Sbrooks	bpf \
1179745Sbrooks	bridge \
12169580Smav	car \
1379745Sbrooks	cisco \
14165629Sglebius	deflate \
15141212Sru	device \
1679745Sbrooks	echo \
1783366Sjulian	eiface \
18102197Sarchie	etf \
1979745Sbrooks	ether \
20186486Sjulian	ether_echo \
21113757Swpaul	fec \
2279745Sbrooks	frame_relay \
2383998Sbrooks	gif \
2483998Sbrooks	gif_demux \
2579745Sbrooks	hole \
26128355Sru	hub \
2779745Sbrooks	iface \
2884053Sbrooks	ip_input \
29141352Sglebius	ipfw \
3079745Sbrooks	ksocket \
31102197Sarchie	l2tp \
3279745Sbrooks	lmi \
33124711Sru	${_mppc} \
34145965Sglebius	nat \
35135335Sglebius	netflow \
3679745Sbrooks	netgraph \
3779745Sbrooks	one2many \
3879745Sbrooks	ppp \
3979745Sbrooks	pppoe \
4079745Sbrooks	pptpgre \
41165629Sglebius	pred1 \
4279745Sbrooks	rfc1490 \
4379745Sbrooks	socket \
44141746Sru	source \
4580305Sbrooks	split \
46128635Srik	sppp \
47140884Simp	${_sync_ar} \
48140884Simp	${_sync_sr} \
49159979Sglebius	tag \
50147232Sglebius	tcpmss \
5179745Sbrooks	tee \
52136851Sru	UI \
53126447Sru	vjc \
54126447Sru	vlan
5552416Sjulian
56140884Simp.if ${MACHINE_ARCH} == "i386"
57140884Simp_sync_ar=	sync_ar
58140884Simp_sync_sr=	sync_sr
59140884Simp.endif
60140884Simp
61156813Sru.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
62124711Sru_bluetooth=	bluetooth
63107125Sjulian.endif
64131768Semax
65156813Sru.if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
66131768Semax_mppc=		mppc
67125123Semax.endif
68107125Sjulian
6952416Sjulian.include <bsd.subdir.mk>
70