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.12.2.1 retrieving revision 1.13 diff -u -p -r1.12.2.1 -r1.13 --- src/usr.bin/gzip/Makefile 2015/03/15 21:15:21 1.12.2.1 +++ src/usr.bin/gzip/Makefile 2009/04/14 22:15:20 1.13 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12.2.1 2015/03/15 21:15:21 snj Exp $ +# $NetBSD: Makefile,v 1.13 2009/04/14 22:15:20 lukem Exp $ USE_FORT?= yes # data-driven bugs? @@ -7,7 +7,6 @@ MAN= gzip.1 gzexe.1 zdiff.1 zforce.1 zg DPADD= ${LIBZ} ${LIBBZ2} LDADD= -lz -lbz2 -WARNS= 3 SCRIPTS= gzexe zdiff zforce zgrep zmore znew @@ -30,6 +29,3 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip .if (defined(HAVE_GCC) && ${HAVE_GCC} == 4) || defined(HAVE_PCC) COPTS.gzip.c+= -Wno-pointer-sign .endif - -# NetBSD-5 has no -lzma -CPPFLAGS+= -DNO_XZ_SUPPORT