Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/gzip/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/gzip/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11.12.1 retrieving revision 1.15 diff -u -p -r1.11.12.1 -r1.15 --- src/usr.bin/gzip/Makefile 2008/09/18 04:29:12 1.11.12.1 +++ src/usr.bin/gzip/Makefile 2011/06/20 07:44:01 1.15 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.11.12.1 2008/09/18 04:29:12 wrstuden Exp $ +# $NetBSD: Makefile,v 1.15 2011/06/20 07:44:01 mrg Exp $ USE_FORT?= yes # data-driven bugs? PROG= gzip MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1 -DPADD= ${LIBZ} ${LIBBZ2} -LDADD= -lz -lbz2 -WARNS= 3 +DPADD= ${LIBZ} ${LIBBZ2} ${LIBLZMA} +LDADD= -lz -lbz2 -llzma SCRIPTS= gzexe zdiff zforce zgrep zmore znew @@ -27,6 +26,6 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip .include -.if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC) +.if defined(HAVE_GCC) || defined(HAVE_PCC) COPTS.gzip.c+= -Wno-pointer-sign .endif