From: Sascha Wildner Date: Thu, 5 Jan 2012 17:41:50 +0000 (+0100) Subject: kernel: gre(4) should depend on 'options INET' if it is in the config. X-Git-Tag: v3.0.0~177 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/6110575d7323b8026f3fff34b483b21d3550153c kernel: gre(4) should depend on 'options INET' if it is in the config. --- diff --git a/sys/conf/files b/sys/conf/files index 5912b0b..1919d84 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1083,7 +1083,7 @@ net/ef/if_ef.c optional ef net/if_ethersubr.c optional ether net/faith/if_faith.c optional faith net/gif/if_gif.c optional gif -net/gre/if_gre.c optional gre +net/gre/if_gre.c optional gre inet net/pfil.c standard net/pf/if_pflog.c optional pflog net/pf/if_pfsync.c optional pf