Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/gzip Add zfgrep that fell off from last update



details:   https://anonhg.NetBSD.org/src/rev/335671921c61
branches:  trunk
changeset: 791322:335671921c61
user:      pettai <pettai%NetBSD.org@localhost>
date:      Wed Nov 13 11:12:24 2013 +0000

description:
Add zfgrep that fell off from last update

diffstat:

 usr.bin/gzip/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f1750980b7e -r 335671921c61 usr.bin/gzip/Makefile
--- a/usr.bin/gzip/Makefile     Wed Nov 13 11:06:53 2013 +0000
+++ b/usr.bin/gzip/Makefile     Wed Nov 13 11:12:24 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2013/11/12 21:58:37 pettai Exp $
+#      $NetBSD: Makefile,v 1.18 2013/11/13 11:12:24 pettai Exp $
 
 USE_FORT?= yes # data-driven bugs?
 
@@ -23,6 +23,7 @@
                ${BINDIR}/gzip ${BINDIR}/zcat \
                ${BINDIR}/zdiff ${BINDIR}/zcmp \
                ${BINDIR}/zgrep ${BINDIR}/zegrep \
+               ${BINDIR}/zgrep ${BINDIR}/zfgrep \
                ${BINDIR}/zmore ${BINDIR}/zless
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index