Makefile revision 147232
152419Sjulian# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
252416Sjulian# $FreeBSD: head/sys/modules/netgraph/Makefile 147232 2005-06-10 08:05:13Z glebius $
352416Sjulian
4136851SruSUBDIR=	async \
5116808Sharti	atm \
6141726Sru	atmllc \
7124711Sru	${_bluetooth} \
879745Sbrooks	bpf \
979745Sbrooks	bridge \
1079745Sbrooks	cisco \
11141212Sru	device \
1279745Sbrooks	echo \
1383366Sjulian	eiface \
14102197Sarchie	etf \
1579745Sbrooks	ether \
16113757Swpaul	fec \
1779745Sbrooks	frame_relay \
1883998Sbrooks	gif \
1983998Sbrooks	gif_demux \
2079745Sbrooks	hole \
21128355Sru	hub \
2279745Sbrooks	iface \
2384053Sbrooks	ip_input \
24141352Sglebius	ipfw \
2579745Sbrooks	ksocket \
26102197Sarchie	l2tp \
2779745Sbrooks	lmi \
28124711Sru	${_mppc} \
29145965Sglebius	nat \
30135335Sglebius	netflow \
3179745Sbrooks	netgraph \
3279745Sbrooks	one2many \
3379745Sbrooks	ppp \
3479745Sbrooks	pppoe \
3579745Sbrooks	pptpgre \
3679745Sbrooks	rfc1490 \
3779745Sbrooks	socket \
38141746Sru	source \
3980305Sbrooks	split \
40128635Srik	sppp \
41140884Simp	${_sync_ar} \
42140884Simp	${_sync_sr} \
43147232Sglebius	tcpmss \
4479745Sbrooks	tee \
4579745Sbrooks	tty \
46136851Sru	UI \
47126447Sru	vjc \
48126447Sru	vlan
4952416Sjulian
50140884Simp.if ${MACHINE_ARCH} == "i386"
51140884Simp_sync_ar=	sync_ar
52140884Simp_sync_sr=	sync_sr
53140884Simp.endif
54140884Simp
55125123Semax.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
56124711Sru_bluetooth=	bluetooth
57107125Sjulian.endif
58131768Semax
59139113Sru.if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
60131768Semax_mppc=		mppc
61125123Semax.endif
62107125Sjulian
6352416Sjulian.include <bsd.subdir.mk>
64