1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 04:32:44 +00:00

ctime.c added to source list

SCCS-file: Makefile
SCCS-SID: 2.3
This commit is contained in:
Arthur David Olson
1986-07-12 06:32:08 -04:00
committed by Paul Eggert
parent b5194c62ef
commit c1e3b3852e

View File

@@ -26,7 +26,7 @@ TZCOBJS= tzcomp.o scheck.o strchr.o mkdir.o
TZDSRCS= tzdump.c settz.c
TZDOBJS= tzdump.o settz.o
DOCS= README Makefile settz.3 tzfile.5 tzcomp.8
SOURCES= tzfile.h $(TZCSRCS) $(TZDSRCS) years.sh
SOURCES= tzfile.h $(TZCSRCS) $(TZDSRCS) years.sh ctime.c
DATA= asia australasia europe etcetera \
newzealand northamerica pacificnew
ENCHILADA= $(DOCS) $(SOURCES) $(DATA)