From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 27 16:10:45 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1205516A4CE for ; Tue, 27 Jul 2004 16:10:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAE843D31 for ; Tue, 27 Jul 2004 16:10:44 +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 i6RG8USu011281; Tue, 27 Jul 2004 10:08:30 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 27 Jul 2004 10:08:48 -0600 (MDT) Message-Id: <20040727.100848.15611424.imp@bsdimp.com> To: xdivac02@stud.fit.vutbr.cz From: "M. Warner Losh" In-Reply-To: <20040727160206.GA1784@stud.fit.vutbr.cz> References: <20040727160206.GA1784@stud.fit.vutbr.cz> 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: hackers@freebsd.org Subject: Re: new files in kernel build X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 16:10:45 -0000 In message: <20040727160206.GA1784@stud.fit.vutbr.cz> Divacky Roman writes: : Hi, : : If I want to add some files into kernel sources, what am I supposed to do to : them compile? I added some into sys/net80211/ but they dont compile... : : I tried sys/conf/files but it does help, just prints a message about having it : defined before... Exact error messages would be helpful. Generally, you put them in sys/conf/files, re-run config and life is good. Warner