Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/zcat adjust to new zlib



details:   https://anonhg.NetBSD.org/src/rev/cb5f08170b05
branches:  trunk
changeset: 820543:cb5f08170b05
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 11 04:04:12 2017 +0000

description:
adjust to new zlib

diffstat:

 distrib/utils/zcat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b4cd43e638f3 -r cb5f08170b05 distrib/utils/zcat/Makefile
--- a/distrib/utils/zcat/Makefile       Wed Jan 11 03:15:44 2017 +0000
+++ b/distrib/utils/zcat/Makefile       Wed Jan 11 04:04:12 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/05/19 22:23:12 tsutsui Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/11 04:04:12 christos Exp $
 # Small zcat (i.e. for install media)
 #
 # Note: gzio.c is compiled here so that crunchgen will assume
@@ -12,7 +12,7 @@
 PROG=          zcat
 NOMAN=         # defined
 
-SRCS=          zcat.c gzio.c
+SRCS=          zcat.c gzread.c gzclose.c gzlib.c
 
 CPPFLAGS+=     -I${SRCDIR} -DNO_GZCOMPRESS
 DPADD+=                ${LIBZ}



Home | Main Index | Thread Index | Old Index