Date: Wed, 13 Sep 2000 16:41:16 +0200 (CEST) From: Paul Herman <pherman@frenchfries.net> To: Jon <whitehat@home.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: makedep error Message-ID: <Pine.BSF.4.21.0009131637150.276-100000@bagabeedaboo.security.at12.de> In-Reply-To: <39BD88E8.2EA8E711@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009131637150.276-100000>