aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-11-26 16:40:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-11-26 16:40:00 +0000
commita1bb9fabb15af00f8c2f2aad34f2b39753833f58 (patch)
treed79d9991eaff9106cbfddbfec5caffd3dc40b923 /sys/modules/netgraph
parenta5d5c61c12d76d481f70782ed469465a62ea80e3 (diff)
Notes
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 c47386c9ce792..00babc784848e 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