From owner-freebsd-questions Thu Feb 5 15:57:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27862 for questions-outgoing; Thu, 5 Feb 1998 15:57:10 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ee.tamu.edu (ee-nfs.tamu.edu [165.91.218.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27816 for ; Thu, 5 Feb 1998 15:56:45 -0800 (PST) (envelope-from sumit@tamu.edu) Received: from picasso (picasso.tamu.edu [165.91.210.60]) by ee.tamu.edu (8.8.5/8.8.5) with ESMTP id RAA18916 for ; Thu, 5 Feb 1998 17:29:29 -0600 (CST) Message-ID: <34DA4B3C.F4128309@tamu.edu> Date: Thu, 05 Feb 1998 17:29:00 -0600 From: Sumit Gupta Reply-To: sumit@tamu.edu X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: question about recompiling kernel X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" I am trying to add some new c files to the FreeBSD kernel in the netinet directory. However, if the change the makefile, doing a "config GENERIC" (or config MYKERNEL - which is what I call the one where I make my changes), the makefile gets overwritten by one that is generated/copied. So my question is, which all files do I need to modify to incorporate some new C files in the /sys/netinet directory and compile them as a part of the kernel? Any help would be greatly appreciated. Please reply to sumit@tamu.edu thanks Sumit