1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 01:52:06 +00:00

optind.c added to NONLIBSRCS

SCCS-file: Makefile
SCCS-SID: 7.28
This commit is contained in:
Arthur David Olson
1994-05-05 12:08:41 -04:00
committed by Paul Eggert
parent 951432c622
commit 7ffb920d48

View File

@ -205,7 +205,7 @@ DATEOBJS= \
LIBSRCS= localtime.c asctime.c difftime.c
LIBOBJS= localtime.o asctime.o difftime.o
HEADERS= tzfile.h private.h
NONLIBSRCS= zic.c zdump.c scheck.c ialloc.c emkdir.c getopt.c
NONLIBSRCS= zic.c zdump.c scheck.c ialloc.c emkdir.c getopt.c optind.c
NEWUCBSRCS= date.c logwtmp.c strftime.c
SOURCES= $(HEADERS) $(LIBSRCS) $(NONLIBSRCS) $(NEWUCBSRCS)
MANS= newctime.3 newtzset.3 time2posix.3 tzfile.5 zic.8 zdump.8