From owner-cvs-all@FreeBSD.ORG Tue Oct 19 20:38:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33B3216A4CE; Tue, 19 Oct 2004 20:38:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CB543D31; Tue, 19 Oct 2004 20:38:50 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9JKcnqV093621; Tue, 19 Oct 2004 20:38:49 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9JKcnho093620; Tue, 19 Oct 2004 20:38:49 GMT (envelope-from ru) Message-Id: <200410192038.i9JKcnho093620@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 19 Oct 2004 20:38:49 +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/zoneinfo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 20:38:50 -0000 ru 2004-10-19 20:38:49 UTC FreeBSD src repository Modified files: share/zoneinfo Makefile Log: - Removed the .CURDIR/.OBJDIR magic, it is not necessary here. - Let the built-in sys.mk rule produce the "yearistype" script. - Install zone files with mode 444 (now that the -m option of zic(8) has been fixed). Revision Changes Path 1.20 +2 -12 src/share/zoneinfo/Makefile