Makefile revision 69209
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
2# $FreeBSD: head/sys/modules/netgraph/Makefile 69209 2000-11-26 16:40:00Z phk $
3
4SUBDIR=	async bpf cisco echo ether frame_relay hole iface ksocket lmi \
5	netgraph one2many ppp pppoe pptpgre rfc1490 socket tee tty UI vjc
6
7BROKENDIR= bridge
8
9.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
10SUBDIR+=	mppc
11.endif
12
13.include <bsd.subdir.mk>
14