Change default timezone from US/Pacific to Factory:

Before:
    Wed Aug  2 06:53:04 PDT 2000

After:
    Wed Aug  2 13:52:52 Local time zone must be set--see zic manual page 2000
This commit is contained in:
hubertf 2000-08-02 14:40:45 +00:00
parent e9b5e5d87c
commit 343777f0d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.155 2000/07/25 19:07:39 thorpej Exp $
# $NetBSD: Makefile,v 1.156 2000/08/02 14:40:45 hubertf Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@ -43,7 +43,7 @@
.include <bsd.own.mk>
TZDIR= /usr/share/zoneinfo
LOCALTIME?= US/Pacific
LOCALTIME?= Factory
# setting NOOBJ prevents "make obj" from doing anything;
# an objdir would break the installation stuff below