diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-03-29 04:39:00 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-03-29 04:39:00 +0000 |
commit | c1688598b5901a06092bbc17d070fdde8cfd9d99 (patch) | |
tree | a7afbd5682f52071697cab59c9e92f3fc08dc946 /gnu/usr.bin/cvs/zlib/Makefile.in | |
parent | 7fcdcb609e539044ae21ee83dd330ce88657222e (diff) |
Latest release from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/zlib/Makefile.in')
-rw-r--r-- | gnu/usr.bin/cvs/zlib/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/zlib/Makefile.in b/gnu/usr.bin/cvs/zlib/Makefile.in index 0296a9c4fec..93b60964d7f 100644 --- a/gnu/usr.bin/cvs/zlib/Makefile.in +++ b/gnu/usr.bin/cvs/zlib/Makefile.in @@ -43,8 +43,8 @@ OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ TEST_OBJS = example.o minigzip.o # build_zlib.com added for CVS -DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] descrip.mms \ - zlib.def zlib.rc algorithm.doc *.[ch] \ +DISTFILES = README INDEX ChangeLog configure Makefile.*[a-z0-9] Make_vms.com \ + descrip.mms zlib.def zlib.rc algorithm.doc *.[ch] \ build_zlib.com # For CVS, just build libz.a |