diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-18 22:08:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-18 22:08:33 +0000 |
commit | 56c7b44a6dd68917cbc7bb1b50683e2c7523d49c (patch) | |
tree | f3b0c3075a1209f92db181889b2e930f7f8f3a32 | |
parent | 4cf90f5139194fd5fae778420e5088037bbd6d4f (diff) |
Install "right" zoneinfo files in addition to the "posix" ones.
This allows the user to choose whether or not leapseconds should be
counted. From Thorsten Glaser.
-rw-r--r-- | share/zoneinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 2506eb35ec4..e908fa5950d 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1999/03/04 03:44:37 niklas Exp $ +# $OpenBSD: Makefile,v 1.5 2002/02/18 22:08:32 millert Exp $ # $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $ # Change the line below for your time zone (after finding the zone you want in @@ -36,7 +36,7 @@ TZDIR= ${DESTDIR}/usr/share/zoneinfo # REDO= right_posix # below. -REDO= posix_only +REDO= posix_right # Since "." may not be in PATH... YEARISTYPE= ${.CURDIR}/datfiles/yearistype.sh |