Use global value of CFLAGS for optimization.

This commit is contained in:
mycroft 1993-04-26 03:43:48 +00:00
parent 6cadc1cfab
commit 5f24c6fc72
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ REDO= right_only
# to the end of the "CFLAGS=" line
.PATH: ${.CURDIR}/datfiles
CFLAGS= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
CFLAGS+= -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone
PROG= zic
MAN5= tzfile.0
MAN8= zic.0