summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-11-19 19:17:19 +0000
committerwollman <wollman@FreeBSD.org>1996-11-19 19:17:19 +0000
commit080797ca9a36e9fe7ed6fb5ea8f3df806c2effc8 (patch)
tree02e1017a83682a6dea7170e282a161a6b703ea12 /share/zoneinfo/Makefile
parent444366680248989375ebb0a005bfd1eddb3f5ddc (diff)
downloadFreeBSD-src-080797ca9a36e9fe7ed6fb5ea8f3df806c2effc8.zip
FreeBSD-src-080797ca9a36e9fe7ed6fb5ea8f3df806c2effc8.tar.gz
Update to the latest version from the vendor branch. These files are
now identical with the distributed versions, which may cause some abbreviations to change for people in obscure zones. (The abbreviations can be changed again if need be.) It also changes the abbreviation of Central European Time to `CET' from its previous value of `MET' (a curious German-English hybrid). Finally, we have finally rid ourselves of those nasty ZONE-DESCR comments, which were a maintenance nightmare, in favor of the new zone.tab file. We are not using the distribution's iso3166.tab file because we have our own list. Obtained from: Arthur David Olson; ftp://elsie.nci.nih.gov
Diffstat (limited to 'share/zoneinfo/Makefile')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 89c098b..e5cee56 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1995/11/16 02:00:38 gpalmer Exp $
+# $Id: Makefile,v 1.9 1996/06/24 04:24:19 jkh Exp $
NOBIN=
CLEANFILES+= yearistype
@@ -35,5 +35,7 @@ afterinstall: yearistype
zic -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
chown -R bin.bin ${DESTDIR}/usr/share/zoneinfo/*
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
+ ${DESTDIR}/usr/share/zoneinfo
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud