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