Source-Changes-HG archive

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

[src/trunk]: src/tools/grep Add WITHOUT_GZIP



details:   https://anonhg.NetBSD.org/src/rev/476ca040f0fc
branches:  trunk
changeset: 834397:476ca040f0fc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 09:03:42 2018 +0000

description:
Add WITHOUT_GZIP

diffstat:

 tools/grep/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 7808748c113d -r 476ca040f0fc tools/grep/Makefile
--- a/tools/grep/Makefile       Sun Aug 12 09:03:21 2018 +0000
+++ b/tools/grep/Makefile       Sun Aug 12 09:03:42 2018 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.3 2018/08/12 07:53:38 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2018/08/12 09:03:42 christos Exp $
 #
 
 HOSTPROGNAME=   ${_TOOL_PREFIX}grep
 HOST_SRCDIR=    usr.bin/grep
 
-HOST_CPPFLAGS+=        -DWITHOUT_NLS -DWITHOUT_BZ2
+HOST_CPPFLAGS+=        -DWITHOUT_NLS -DWITHOUT_BZ2 -DWITHOUT_GZIP
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index