From owner-freebsd-questions Mon Dec 10 10:52:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14809.mail.yahoo.com (web14809.mail.yahoo.com [216.136.224.230]) by hub.freebsd.org (Postfix) with SMTP id 9090537B416 for ; Mon, 10 Dec 2001 10:52:52 -0800 (PST) Message-ID: <20011210185252.37743.qmail@web14809.mail.yahoo.com> Received: from [207.139.167.27] by web14809.mail.yahoo.com via HTTP; Mon, 10 Dec 2001 10:52:52 PST Date: Mon, 10 Dec 2001 10:52:52 -0800 (PST) From: Chris Appleton Subject: make install To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 In an effort to add a bridge option to my 4.4-release kernel and get off of the generic, I've created a new copy and have 2 errors someone hopefully recognizes... When I config MYKERNEL I get an error stating unknown option for TCP_RESTRICT_RST that follows other ipfw options. This is the lesser error and I can remove to get it to compile. Any idea why this option fails? Once I get config to work, I get an error trying 'make depend MYKERNEL' stating don't know how to make depend. I then discovered mkdep MYKERNEL which seems to create a .depend in the same directory (with note: linker input file unused since linking not done. please tell me if this is not what I want) however make install MYKERNEL also gives me a 'don't know how' error. If I have a custom kernel in the i386/conf directory, how can I install? under 4.4-release, make depend MYKERNEL and make install MYKERNEL don't seem to be doing it, or my syntax is wrong. Thx __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message