From 6110575d7323b8026f3fff34b483b21d3550153c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 5 Jan 2012 18:41:50 +0100 Subject: [PATCH] kernel: gre(4) should depend on 'options INET' if it is in the config. --- sys/conf/files | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.7.2