From 3669044bd3899607271258e9a71c43689b469d76 Mon Sep 17 00:00:00 2001 From: bz Date: Thu, 11 Jun 2009 10:40:43 +0000 Subject: if_bridge(4) unfortunately is missing a lot of #ifdef INETs and thus INET is a mandatory dependency at the moment. --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index c28f2f3..f5495a1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2186,7 +2186,7 @@ net/ieee8023ad_lacp.c optional lagg net/if.c standard net/if_arcsubr.c optional arcnet net/if_atmsubr.c optional atm -net/if_bridge.c optional bridge | if_bridge +net/if_bridge.c optional bridge inet | if_bridge inet net/if_clone.c standard net/if_dead.c standard net/if_disc.c optional disc -- cgit v1.1