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