From owner-freebsd-newbies@FreeBSD.ORG Mon Jun 7 20:03:59 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EAE716A4CE for ; Mon, 7 Jun 2004 20:03:59 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C8D343D1F for ; Mon, 7 Jun 2004 20:03:59 +0000 (GMT) (envelope-from freebsd-newbies@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BXQLd-0003Cb-00 for ; Mon, 07 Jun 2004 22:03:57 +0200 Received: from n105.dfafunds.com ([4.38.40.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jun 2004 22:03:57 +0200 Received: from arthurbarlow by n105.dfafunds.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Jun 2004 22:03:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-newbies@freebsd.org From: Arthur Barlow Date: Mon, 07 Jun 2004 13:03:54 -0700 Lines: 8 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: n105.dfafunds.com User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Sender: news Subject: Build new kernel X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 20:03:59 -0000 I'm trying to build a new FreeBSD kernel on one of my machines. I have done this successfully on a different machine. But, even though I donwloaded the source from the ftp.freebsd.org website when I run "make buildkernel KERNCONF=MYKERNEL" it gives me a message saying cannot find target buildkernel. I created a copy of GENERIC in a different subdirectory and make a symbolic link to "/usr/src/sys/i386/conf." Clearly I must be missing an appropriate Makefile somewhere. Any suggestions?