Makefile revision 165629
152419Sjulian# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
252416Sjulian# $FreeBSD: head/sys/modules/netgraph/Makefile 165629 2006-12-29 13:16:43Z glebius $
352416Sjulian
4156813Sru.include <bsd.own.mk>
5156813Sru
6136851SruSUBDIR=	async \
7116808Sharti	atm \
8141726Sru	atmllc \
9124711Sru	${_bluetooth} \
1079745Sbrooks	bpf \
1179745Sbrooks	bridge \
1279745Sbrooks	cisco \
13165629Sglebius	deflate \
14141212Sru	device \
1579745Sbrooks	echo \
1683366Sjulian	eiface \
17102197Sarchie	etf \
1879745Sbrooks	ether \
19113757Swpaul	fec \
2079745Sbrooks	frame_relay \
2183998Sbrooks	gif \
2283998Sbrooks	gif_demux \
2379745Sbrooks	hole \
24128355Sru	hub \
2579745Sbrooks	iface \
2684053Sbrooks	ip_input \
27141352Sglebius	ipfw \
2879745Sbrooks	ksocket \
29102197Sarchie	l2tp \
3079745Sbrooks	lmi \
31124711Sru	${_mppc} \
32145965Sglebius	nat \
33135335Sglebius	netflow \
3479745Sbrooks	netgraph \
3579745Sbrooks	one2many \
3679745Sbrooks	ppp \
3779745Sbrooks	pppoe \
3879745Sbrooks	pptpgre \
39165629Sglebius	pred1 \
4079745Sbrooks	rfc1490 \
4179745Sbrooks	socket \
42141746Sru	source \
4380305Sbrooks	split \
44128635Srik	sppp \
45140884Simp	${_sync_ar} \
46140884Simp	${_sync_sr} \
47159979Sglebius	tag \
48147232Sglebius	tcpmss \
4979745Sbrooks	tee \
5079745Sbrooks	tty \
51136851Sru	UI \
52126447Sru	vjc \
53126447Sru	vlan
5452416Sjulian
55140884Simp.if ${MACHINE_ARCH} == "i386"
56140884Simp_sync_ar=	sync_ar
57140884Simp_sync_sr=	sync_sr
58140884Simp.endif
59140884Simp
60156813Sru.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
61124711Sru_bluetooth=	bluetooth
62107125Sjulian.endif
63131768Semax
64156813Sru.if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
65131768Semax_mppc=		mppc
66125123Semax.endif
67107125Sjulian
6852416Sjulian.include <bsd.subdir.mk>
69