diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-14 14:39:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-14 14:39:31 +0300 |
commit | 89c23755c8ab5d8c5bbbfa6e40eb0c6bda109dad (patch) | |
tree | 0619d977ce4ceecca0523f20a0609a293440e030 /lib/libz/Makefile | |
parent | 0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f (diff) | |
download | otools-89c23755c8ab5d8c5bbbfa6e40eb0c6bda109dad.tar.gz |
update CVS
Diffstat (limited to 'lib/libz/Makefile')
-rw-r--r-- | lib/libz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index cba7339..467668b 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.20 2016/09/14 06:26:03 natano Exp $ +# $OpenBSD: Makefile,v 1.21 2021/07/04 14:24:49 tb Exp $ LIB= z HDRS= zconf.h zlib.h -SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infback.c \ - inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c +SRCS= adler32.c compress.c crc32.c deflate.c gzclose.c gzlib.c \ + gzread.c gzwrite.c infback.c inffast.c inflate.c inftrees.c \ + trees.c uncompr.c zutil.c MAN= compress.3 -CFLAGS+=-DHAVE_STRERROR -DHAVE_MEMCPY -DHAS_vsnprintf -DHAS_snprintf PC_FILES=zlib.pc CLEANFILES+=${PC_FILES} |