From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 15:16:09 2005 Return-Path: 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 4BB2A16A4CE for ; Sun, 9 Jan 2005 15:16:09 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFF3C43D54 for ; Sun, 9 Jan 2005 15:16:08 +0000 (GMT) (envelope-from gablebarber@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so87629wri for ; Sun, 09 Jan 2005 07:16:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=XLVDyG+YDCFcep7U+XIF+DchrozHQg4e6F0ghRqNgq5ydyAmD9/ck4hLbtEmgjIPLwrP3ItOtFLsUQYr43jVwWuDA6Iyr4qR/tYQn7bqm4FSJoNNpjFmXbnb1Tw/eUPNBhGduzZ9KJ3sI/WFNMEcrTawC4NnXHU1DgMNplR6J9c= Received: by 10.54.3.32 with SMTP id 32mr626805wrc; Sun, 09 Jan 2005 07:16:08 -0800 (PST) Received: by 10.54.4.62 with HTTP; Sun, 9 Jan 2005 07:16:08 -0800 (PST) Message-ID: Date: Sun, 9 Jan 2005 09:16:08 -0600 From: Gable Barber To: Fabian Keil In-Reply-To: <200501091608.54098.freebsd-listen@fabiankeil.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501091608.54098.freebsd-listen@fabiankeil.de> cc: questions@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: make depend error - FreeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gable Barber List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2005 15:16:09 -0000 I reinstalled sources from sysinstall, and all works now.. Since this is the first one I have done, I wanted to learn the old way..then the new... Thanks for the help... Gable On Sun, 9 Jan 2005 16:08:53 +0100, Fabian Keil wrote: > On Sunday 09 January 2005 15:48, Gable Barber wrote: > > Howdy all, > > I am trying to build a new kernel to support the on board sound on my > > motherboard. > > > > When I try to " make depend " I get this error: > > > > make: don't know how to make depend. Stop > > > > Anyhelp would be greatly appreciated. > > Are you sure you're running make in the right directory? > > Nevertheless you might try building the Kernel the "New Way" > as it is described in > > > Regards > Fabian > >