From owner-freebsd-questions Mon Mar 10 16:25:23 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0955E37B40E for ; Mon, 10 Mar 2003 16:25:21 -0800 (PST) Received: from blacklamb.mykitchentable.net (ekgr-dsl4-t34.citlink.net [207.173.249.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C5F43F93 for ; Mon, 10 Mar 2003 16:25:20 -0800 (PST) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 58009EE545; Mon, 10 Mar 2003 16:25:18 -0800 (PST) Message-ID: <016501c2e764$b1ca82a0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Ceri Davies" Cc: "FreeBSD Questions" References: <014001c2e73a$23f84db0$6e2a6ba5@tagalong> <20030310205547.GA39622@submonkey.net> Subject: How Do I Build IPFW2 Only (Was Re: How Do I Specify -DIPFW2 In make.conf?) Date: Mon, 10 Mar 2003 16:25:14 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Ceri Davies" To: "Drew Tomlinson" Cc: "FreeBSD Questions" Sent: Monday, March 10, 2003 12:55 PM > On Mon, Mar 10, 2003 at 11:20:40AM -0800, Drew Tomlinson wrote: > > I would like to enable IPFW2 support in 4.7-STABLE. The Handbook > > (http://www.freebsd.org/releases/4.7R/relnotes-i386.html#AEN78) tells me to > > add 'options IPFW2' to the kernel config file and I understand that. > > > > Then it tells me to compile libalias and ipfw with the -DIPFW2 make option. > > If I understand the purpose of /etc/make.conf correctly, I should be able to > > specify -DIPFW2 there? How do I accomplish this? > > > > I'm sure this has been covered previously but my searches on Google are not > > turning it up. Thanks for a nudge to the appropriate docs! > > IPFW2= true Thank you for your response. I have added this to make.conf. Prior to adding it, I ran 'make buildworld'. How can I just rebuild IPFW so it is IPFW2 instead without rebuilding my whole world? I saw in the Handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#Q21 .4.15.1 an example for building pieces. Based on this example, I went to /usr/src/sys/netinet and tried issuing make but without success. I don't really understand the make process very well but I'm sure it didn't work because there was no Makefile. Can I just build IPFW2 instead of rebuilding the whole world? Thanks for helping me through this. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message