From owner-cvs-src-old@FreeBSD.ORG Thu Mar 18 19:02:12 2010 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 44EC9106566C for ; Thu, 18 Mar 2010 19:02:12 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18C8B8FC19 for ; Thu, 18 Mar 2010 19:02:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o2IJ2BKn062046 for ; Thu, 18 Mar 2010 19:02:11 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2IJ2BAG062045 for cvs-src-old@freebsd.org; Thu, 18 Mar 2010 19:02:11 GMT (envelope-from dougb@repoman.freebsd.org) Message-Id: <201003181902.o2IJ2BAG062045@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dougb@repoman.freebsd.org using -f From: Doug Barton Date: Thu, 18 Mar 2010 18:58:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile 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, 18 Mar 2010 19:02:12 -0000 dougb 2010-03-18 18:58:17 UTC FreeBSD src repository Modified files: . Makefile Log: SVN rev 205290 on 2010-03-18 18:58:17Z by dougb For those of us mere mortals who do not aspire to the lofty heights of kernel hackery, add MAKE_JUST_WORLDS so that we can take part in the 'make universe' goodnes without using unecessary time and resources. Revision Changes Path 1.365 +2 -0 src/Makefile