Deleted Added
full compact
Makefile (2025) Makefile (2522)
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2
3# Change the line below for your time zone (after finding the zone you want in
4# the time zone files, or adding it to a time zone file).
5# Alternately, if you discover you've got the wrong time zone, you can just
6# zic -l rightzone
7
8LOCALTIME= US/Pacific

--- 20 unchanged lines hidden (view full) ---

29# below. If you want both sets of data available, with leap seconds not
30# counted normally, use
31# REDO= posix_right
32# below. If you want both sets of data available, with leap seconds counted
33# normally, use
34# REDO= right_posix
35# below.
36
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2
3# Change the line below for your time zone (after finding the zone you want in
4# the time zone files, or adding it to a time zone file).
5# Alternately, if you discover you've got the wrong time zone, you can just
6# zic -l rightzone
7
8LOCALTIME= US/Pacific

--- 20 unchanged lines hidden (view full) ---

29# below. If you want both sets of data available, with leap seconds not
30# counted normally, use
31# REDO= posix_right
32# below. If you want both sets of data available, with leap seconds counted
33# normally, use
34# REDO= right_posix
35# below.
36
37REDO= right_only
37REDO= posix_right
38
39# If you're running on a System V-style system and don't want lint grief,
40# add
41# -DUSG
42# to the end of the "CFLAGS=" line.
43#
44# If you're running on a system where "strchr" is known as "index",
45# (for example, a 4.[012]BSD system), add

--- 91 unchanged lines hidden ---
38
39# If you're running on a System V-style system and don't want lint grief,
40# add
41# -DUSG
42# to the end of the "CFLAGS=" line.
43#
44# If you're running on a system where "strchr" is known as "index",
45# (for example, a 4.[012]BSD system), add

--- 91 unchanged lines hidden ---