Makefile revision 91365
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
2# $FreeBSD: head/sys/modules/netgraph/Makefile 91365 2002-02-27 08:54:13Z julian $
3
4SUBDIR=	async \
5	bpf \
6	bridge \
7	cisco \
8	echo \
9	eiface \
10	ether \
11	etf\
12	frame_relay \
13	gif \
14	gif_demux \
15	hole \
16	iface \
17	ip_input \
18	ksocket \
19	lmi \
20	netgraph \
21	one2many \
22	ppp \
23	pppoe \
24	pptpgre \
25	rfc1490 \
26	socket \
27	split \
28	sync_ar \
29	sync_sr \
30	tee \
31	tty \
32	UI \
33	vjc
34
35.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
36SUBDIR+=	mppc
37.endif
38
39.include <bsd.subdir.mk>
40