--- Makefile~	Tue Jul 30 18:56:41 1996
+++ Makefile	Sun Sep 29 09:01:55 1996
@@ -9,7 +9,8 @@
 #	make zonenames
 # to get a list of the values you can use for LOCALTIME.
 
-LOCALTIME=	Factory
+#LOCALTIME=	Factory
+LOCALTIME=	Europe/Berlin
 
 # If you want something other than Eastern United States time as a template
 # for handling POSIX-style time zone environment variables,
@@ -27,21 +28,22 @@
 # to get a list of the values you can use for POSIXRULES.
 # If you want POSIX compatibility, use "America/New_York".
 
-POSIXRULES=	America/New_York
+#POSIXRULES=	America/New_York
+POSIXRULES=	Europe/Berlin
 
 # Everything gets put in subdirectories of. . .
 
-TOPDIR=		/usr/local
+TOPDIR=		/usr
 
 # "Compiled" time zone information is placed in the "TZDIR" directory
 # (and subdirectories).
 # Use an absolute path name for TZDIR unless you're just testing the software.
 
-TZDIR=		$(TOPDIR)/etc/zoneinfo
+TZDIR=		$(TOPDIR)/lib/zoneinfo
 
 # The "zic" and "zdump" commands get installed in. . .
 
-ETCDIR=		$(TOPDIR)/etc
+ETCDIR=		$(TOPDIR)/sbin
 
 # If you "make INSTALL", the "date" command gets installed in. . .
 
@@ -195,11 +197,11 @@
 # before the first Monday in January when a "%V" format is used and January 1
 # falls on a Friday, Saturday, or Sunday.
 
-CFLAGS=
+CFLAGS=-O2
 
 ###############################################################################
 
-cc=		cc
+cc=		gcc
 CC=		$(cc) -DTZDIR=\"$(TZDIR)\"
 
 TZCSRCS=	zic.c localtime.c asctime.c scheck.c ialloc.c
