*** tmp2/Makefile 2003-12-15 23:33:12.000000000 +0900 --- tmp1/Makefile 2004-05-16 18:34:05.000000000 +0900 *************** *** 9,15 **** # make zonenames # to get a list of the values you can use for LOCALTIME. ! LOCALTIME= Factory # If you want something other than Eastern United States time as a template # for handling POSIX-style time zone environment variables, --- 9,15 ---- # make zonenames # to get a list of the values you can use for LOCALTIME. ! LOCALTIME= Japan # If you want something other than Eastern United States time as a template # for handling POSIX-style time zone environment variables, *************** *** 27,50 **** # 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 # Also see TZDEFRULESTRING below, which takes effect only # if the time zone files cannot be accessed. # Everything gets put in subdirectories of. . . ! TOPDIR= /usr/local # "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 # The "tzselect", "zic", and "zdump" commands get installed in. . . ! ETCDIR= $(TOPDIR)/etc # If you "make INSTALL", the "date" command gets installed in. . . --- 27,50 ---- # to get a list of the values you can use for POSIXRULES. # If you want POSIX compatibility, use "America/New_York". ! POSIXRULES= Japan # Also see TZDEFRULESTRING below, which takes effect only # if the time zone files cannot be accessed. # Everything gets put in subdirectories of. . . ! 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)/share/zoneinfo # The "tzselect", "zic", and "zdump" commands get installed in. . . ! ETCDIR= $(TOPDIR)/sbin # If you "make INSTALL", the "date" command gets installed in. . . *************** *** 52,58 **** # Manual pages go in subdirectories of. . . ! MANDIR= $(TOPDIR)/man # Library functions are put in an archive in LIBDIR. --- 52,58 ---- # Manual pages go in subdirectories of. . . ! MANDIR= $(TOPDIR)/share/man # Library functions are put in an archive in LIBDIR. *************** *** 75,81 **** # POSIX mandates that leap seconds not be counted; for compatibility with it, # use either "posix_only" or "posix_right". ! REDO= posix_right # Since "." may not be in PATH... --- 75,81 ---- # POSIX mandates that leap seconds not be counted; for compatibility with it, # use either "posix_only" or "posix_right". ! REDO= posix_only # Since "." may not be in PATH...