From owner-cvs-src-old@FreeBSD.ORG Thu Feb 26 20:54:53 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0F31065796 for ; Thu, 26 Feb 2009 20:54:53 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2D38FC18 for ; Thu, 26 Feb 2009 20:54:53 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1QKsqgn050202 for ; Thu, 26 Feb 2009 20:54:52 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1QKsq9B050201 for cvs-src-old@freebsd.org; Thu, 26 Feb 2009 20:54:52 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902262054.n1QKsq9B050201@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 26 Feb 2009 20:54:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kern.pre.mk X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 20:54:53 -0000 thompsa 2009-02-26 20:54:43 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: SVN rev 189089 on 2009-02-26 20:54:43Z by thompsa Allow the old usb stack to compile by adding the appropriate -I foo, this must go before the standard -I$S to have the search happen before /sys/. Make this conditional on 'makeoptions WITH_LEGACY=1' in the kernel config. Prodded by: sam Revision Changes Path 1.106 +5 -1 src/sys/conf/kern.pre.mk