diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-30 07:43:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-30 07:43:03 +0000 |
commit | 8d884327f7bd1c8c400d132c99eb80a45ddef206 (patch) | |
tree | ceabc360d7cf27350835c8fc2d09a663589b7059 | |
parent | 01b693b1187536c27f88918ff3848847fb4fee54 (diff) |
default timezone: Canada/Mountain
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 63a822bfae3..c2bb7d32bd5 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.181 2003/03/24 18:15:27 drahn Exp $ +# $OpenBSD: Makefile,v 1.182 2003/03/30 07:43:02 deraadt Exp $ TZDIR= /usr/share/zoneinfo -LOCALTIME= US/Pacific +LOCALTIME= Canada/Mountain NOOBJ= oobj |