[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.16 and 1.17

version 1.16, 2011/06/21 13:25:45 version 1.17, 2013/11/12 21:58:37
Line 15  MLINKS+= gzip.1 gunzip.1 \
Line 15  MLINKS+= gzip.1 gunzip.1 \
                 gzip.1 zcat.1 \                  gzip.1 zcat.1 \
                 zdiff.1 zcmp.1 \                  zdiff.1 zcmp.1 \
                 zgrep.1 zegrep.1 \                  zgrep.1 zegrep.1 \
                 zgrep.1 zfgrep.1                  zgrep.1 zfgrep.1 \
                   zmore.1 zless.1
   
 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}/zegrep \
                 ${BINDIR}/zgrep ${BINDIR}/zfgrep                  ${BINDIR}/zmore ${BINDIR}/zless
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>