From a2dbc49356e596d8c0f9554edc08d785e8890e28 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 21 Dec 2005 01:28:00 +0000 Subject: [PATCH] Fix installworld until new bridge is fully committed. --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile b/include/Makefile index d7bffd2598..5593c50e07 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # $FreeBSD: src/include/Makefile,v 1.109.2.27 2003/01/24 05:12:29 sam Exp $ -# $DragonFly: src/include/Makefile,v 1.26 2005/07/26 21:15:19 joerg Exp $ +# $DragonFly: src/include/Makefile,v 1.27 2005/12/21 01:28:00 swildner Exp $ # # Doing a make install builds /usr/include # @@ -53,7 +53,7 @@ LSUBDIRS= bus/cam bus/cam/scsi \ vfs/msdosfs vfs/nfs vfs/ntfs vfs/nwfs \ vfs/smbfs vfs/udf vfs/ufs \ net/vlan net/ipfw net/ip6fw net/dummynet net/sppp net/ip_mroute \ - net/bridge net/tun net/ppp net/ppp_layer net/sl net/pf net/altq \ + net/oldbridge net/tun net/ppp net/ppp_layer net/sl net/pf net/altq \ netgraph/UI netgraph/async netgraph/bpf netgraph/bridge \ netgraph/cisco netgraph/echo netgraph/eiface netgraph/etf \ netgraph/ether netgraph/fec netgraph/frame_relay netgraph/hole \ -- 2.35.2