As discussed with Hubert Feyrer in private mail, install UTC as the default

time zone; while amounting to the same offset, the time zone 'name' of
Factory violates the prinicple of least surprise.
This commit is contained in:
kleink 2000-08-03 13:00:02 +00:00
parent 1b00421876
commit a8c7e91153

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.156 2000/08/02 14:40:45 hubertf Exp $
# $NetBSD: Makefile,v 1.157 2000/08/03 13:00:02 kleink 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?= Factory
LOCALTIME?= UTC
# setting NOOBJ prevents "make obj" from doing anything;
# an objdir would break the installation stuff below