summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-11-26 16:40:00 +0000
committerphk <phk@FreeBSD.org>2000-11-26 16:40:00 +0000
commit0f144020e7e8a3ba9a723306fe3a26e9ea8ee181 (patch)
treee020ab55d447adb447071d02a0b6fbc361cd9ae4 /sys/modules/netgraph
parent089f02872cdf3a73c693965ede4ceca03a54c6f5 (diff)
downloadFreeBSD-src-0f144020e7e8a3ba9a723306fe3a26e9ea8ee181.zip
FreeBSD-src-0f144020e7e8a3ba9a723306fe3a26e9ea8ee181.tar.gz
unhook netgraph/bridge until somebody makes it compile in LINT
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index c47386c..00babc7 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
OpenPOWER on IntegriCloud