xref: /freebsd/sys/modules/netgraph/Makefile (revision e0c27215058b5786c78fcfb3963eebe61a989511)
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
2# $FreeBSD$
3
4SUBDIR=	UI \
5	async \
6	atm \
7	bpf \
8	bridge \
9	cisco \
10	echo \
11	eiface \
12	etf \
13	ether \
14	fec \
15	frame_relay \
16	gif \
17	gif_demux \
18	hole \
19	iface \
20	ip_input \
21	ksocket \
22	l2tp \
23	lmi \
24	netgraph \
25	one2many \
26	ppp \
27	pppoe \
28	pptpgre \
29	rfc1490 \
30	socket \
31	split \
32	sync_ar \
33	sync_sr \
34	tee \
35	tty \
36	vjc
37
38.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
39SUBDIR+=	mppc
40.endif
41
42.if ${MACHINE_ARCH} == "i386"
43# Things that don't compile on alpha or are aout specific:
44SUBDIR+= bluetooth
45.endif
46
47.include <bsd.subdir.mk>
48