From owner-freebsd-questions Wed Sep 13 7:41:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 5713537B424 for ; Wed, 13 Sep 2000 07:41:43 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-195-14-233-19.netcologne.de [195.14.233.19]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id QAA22494; Wed, 13 Sep 2000 16:41:41 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e8DEfGQ01190; Wed, 13 Sep 2000 16:41:16 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Wed, 13 Sep 2000 16:41:16 +0200 (CEST) From: Paul Herman To: Jon Cc: freebsd-questions@FreeBSD.ORG Subject: Re: makedep error In-Reply-To: <39BD88E8.2EA8E711@home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 11 Sep 2000, Jon wrote: > When I execute the "make depend" command it spits this out after about 2 > minutes of making dependancies: > > --------error text----------- > > ../../pci/if_rl.c: 119: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > --------error text----------- As a general rule, you should check the mailing list archives (http://www.freebsd.org/search/search.html) before asking a question. In this case, this question has come up many times before. You need to add this into your kernel configuration: device miibus # MII bus support -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message