From 0f144020e7e8a3ba9a723306fe3a26e9ea8ee181 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 26 Nov 2000 16:40:00 +0000 Subject: [PATCH] unhook netgraph/bridge until somebody makes it compile in LINT --- sys/modules/netgraph/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index c47386c9ce79..00babc784848 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -1,9 +1,11 @@ # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ # $FreeBSD$ -SUBDIR= async bpf bridge cisco echo ether frame_relay hole iface ksocket lmi \ +SUBDIR= async bpf cisco echo ether frame_relay hole iface ksocket lmi \ netgraph one2many ppp pppoe pptpgre rfc1490 socket tee tty UI vjc +BROKENDIR= bridge + .if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c) SUBDIR+= mppc .endif