From owner-freebsd-current@FreeBSD.ORG Mon Jun 28 18:25:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582C416A4CE; Mon, 28 Jun 2004 18:25:15 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA22443D46; Mon, 28 Jun 2004 18:25:14 +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 i5SINtSP060103; Mon, 28 Jun 2004 12:23:56 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 28 Jun 2004 12:24:16 -0600 (MDT) Message-Id: <20040628.122416.108983445.imp@bsdimp.com> To: green@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040628181645.GD5635@green.homeunix.org> References: <9B5C1FCAFB35084787C21EFFFA78DD9EE437@EBE1.gc.nat> <20040628181645.GD5635@green.homeunix.org> 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: robin.blanchard@gactr.uga.edu cc: current@FreeBSD.org Subject: Re: Buildworld fails @ sys/modules/netgraph/bluetooth/ubt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 18:25:15 -0000 In message: <20040628181645.GD5635@green.homeunix.org> Brian Fundakowski Feldman writes: : On Mon, Jun 28, 2004 at 11:31:47AM -0400, Robin P. Blanchard wrote: : > Perhaps this is due to the absence of usb in my kernconf ? Shouldn't be a : > requirement, though. : : Could you please try adding usbdevs.h to the list of SRCS in the : src/sys/modules Makefile that is building this module? I have this in my tree, I'll go ahead and commit it. Warner