[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / gzip

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/gzip/Makefile between version 1.5 and 1.11

version 1.5, 2003/12/28 13:37:23 version 1.11, 2007/05/28 12:06:26
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
   
   USE_FORT?= yes  # data-driven bugs?
   
 PROG=           gzip  PROG=           gzip
 MAN=            gzip.1 gzexe.1 zdiff.1 zforce.1 zmore.1 znew.1  MAN=            gzip.1 gzexe.1 zdiff.1 zforce.1 zgrep.1 zmore.1 znew.1
   
 DPADD=          ${LIBZ}  DPADD=          ${LIBZ} ${LIBBZ2}
 LDADD=          -lz  LDADD=          -lz -lbz2
   WARNS=          3
   
 # XXX missing: zgrep  SCRIPTS=        gzexe zdiff zforce zgrep zmore znew
 SCRIPTS=        zforce gzexe znew zmore zdiff  
   
 # XXX missing: zgrep.1->zegrep.1 zgrep.1->zfgrep.1  
 MLINKS+=        gzip.1 gunzip.1 \  MLINKS+=        gzip.1 gunzip.1 \
                 gzip.1 gzcat.1 \                  gzip.1 gzcat.1 \
                 gzip.1 zcat.1 \                  gzip.1 zcat.1 \
                 zdiff.1 zcmp.1                  zdiff.1 zcmp.1 \
                   zgrep.1 zegrep.1 \
                   zgrep.1 zfgrep.1
   
 # XXX missing: zgrep->zegrep zgrep->zfgrep  
 LINKS+=         ${BINDIR}/gzip ${BINDIR}/gunzip \  LINKS+=         ${BINDIR}/gzip ${BINDIR}/gunzip \
                 ${BINDIR}/gzip ${BINDIR}/gzcat \                  ${BINDIR}/gzip ${BINDIR}/gzcat \
                 ${BINDIR}/gzip ${BINDIR}/zcat                  ${BINDIR}/gzip ${BINDIR}/zcat \
                 ${BINDIR}/zdiff ${BINDIR}/zcmp                  ${BINDIR}/zdiff ${BINDIR}/zcmp \
                   ${BINDIR}/zgrep ${BINDIR}/zegrep \
                   ${BINDIR}/zgrep ${BINDIR}/zfgrep
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>
   
   .if ${HAVE_GCC} == 4
   COPTS.gzip.c+=  -Wno-pointer-sign
   .endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>