Module Name:    src
Committed By:   pettai
Date:           Wed Nov 13 11:12:24 UTC 2013

Modified Files:
        src/usr.bin/gzip: Makefile

Log Message:
Add zfgrep that fell off from last update


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/gzip/Makefile

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

Modified files:

Index: src/usr.bin/gzip/Makefile
diff -u src/usr.bin/gzip/Makefile:1.17 src/usr.bin/gzip/Makefile:1.18
--- src/usr.bin/gzip/Makefile:1.17	Tue Nov 12 21:58:37 2013
+++ src/usr.bin/gzip/Makefile	Wed Nov 13 11:12:24 2013
@@ -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 @@ LINKS+=		${BINDIR}/gzip ${BINDIR}/gunzip
 		${BINDIR}/gzip ${BINDIR}/zcat \
 		${BINDIR}/zdiff ${BINDIR}/zcmp \
 		${BINDIR}/zgrep ${BINDIR}/zegrep \
+		${BINDIR}/zgrep ${BINDIR}/zfgrep \
 		${BINDIR}/zmore ${BINDIR}/zless
 
 .include <bsd.prog.mk>

Reply via email to