From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 03:34:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2225616A4CE for ; Mon, 23 Aug 2004 03:34:00 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B4343D45 for ; Mon, 23 Aug 2004 03:33:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7N3XVGL058820; Sun, 22 Aug 2004 21:33:31 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 21:33:48 -0600 (MDT) Message-Id: <20040822.213348.129759202.imp@bsdimp.com> To: frank_s@bellsouth.net From: "M. Warner Losh" In-Reply-To: <20040822232958.J85453@Cat.nina.org> References: <20040822205646.F85453@Cat.nina.org> <20040822.210258.133046583.imp@bsdimp.com> <20040822232958.J85453@Cat.nina.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Buildworld failure in modules/ipfw X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2004 03:34:00 -0000 In message: <20040822232958.J85453@Cat.nina.org> Frank Seltzer writes: : On Sun, 22 Aug 2004, M. Warner Losh wrote: : : > This is because this module's makefile doesn't properly create opt_*.h : > that are listed here. : > : > Warner : : So how do I work around this? Fix the underlying problem. I'm working on one at the moment. Warner