Module Name: src Committed By: christos Date: Wed Jan 11 04:04:12 UTC 2017
Modified Files: src/distrib/utils/zcat: Makefile Log Message: adjust to new zlib To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/zcat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/zcat/Makefile diff -u src/distrib/utils/zcat/Makefile:1.15 src/distrib/utils/zcat/Makefile:1.16 --- src/distrib/utils/zcat/Makefile:1.15 Thu May 19 18:23:12 2011 +++ src/distrib/utils/zcat/Makefile Tue Jan 10 23:04:12 2017 @@ -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 @@ WARNS?= 4 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}