From owner-cvs-src@FreeBSD.ORG Thu Dec 23 08:51:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B95516A4CE; Thu, 23 Dec 2004 08:51:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B5A43D55; Thu, 23 Dec 2004 08:51:51 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBN8pohm031715; Thu, 23 Dec 2004 08:51:51 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBN8pod7031714; Thu, 23 Dec 2004 08:51:50 GMT (envelope-from ru) Message-Id: <200412230851.iBN8pod7031714@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 23 Dec 2004 08:51:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.init.mk sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 08:51:51 -0000 ru 2004-12-23 08:51:50 UTC FreeBSD src repository Modified files: share/mk bsd.init.mk sys.mk Log: Include bsd.compat.mk early from sys.mk, enough for makefiles using conditional statements to see the new spellings of NO_* knobs (in case user still uses old spellings). Reported by: kris Revision Changes Path 1.3 +1 -2 src/share/mk/bsd.init.mk 1.83 +1 -0 src/share/mk/sys.mk