From owner-svn-src-all@FreeBSD.ORG Sat Nov 15 07:01:07 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC8822BB; Sat, 15 Nov 2014 07:01:07 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4261382; Sat, 15 Nov 2014 07:01:06 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id sAF70uoS016068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 15 Nov 2014 10:00:56 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id sAF70uDD016067; Sat, 15 Nov 2014 10:00:56 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 15 Nov 2014 10:00:56 +0300 From: Gleb Smirnoff To: Warner Losh Subject: Re: svn commit: r274529 - in head/sys: conf modules/if_gif Message-ID: <20141115070056.GL1031@FreeBSD.org> References: <201411142110.sAELAkHs056942@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201411142110.sAELAkHs056942@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2014 07:01:07 -0000 On Fri, Nov 14, 2014 at 09:10:46PM +0000, Warner Losh wrote: W> Author: imp W> Date: Fri Nov 14 21:10:45 2014 W> New Revision: 274529 W> URL: https://svnweb.freebsd.org/changeset/base/274529 W> W> Log: W> Automate options INET/INET6 turning into MK_$opt_SUPPORT W> correctly. Fixes if_gfe when building without INET6 and W> simplifies if_gif's Makefile. W> W> Sponsored by: Netflix, Inc Thanks a lot! Can the crutch be removed from modules/if_gre/Makefile as well? -- Totus tuus, Glebius.