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_BZ2
details: https://anonhg.NetBSD.org/src/rev/a207e20eeb52
branches: trunk
changeset: 365310:a207e20eeb52
user: christos <christos%NetBSD.org@localhost>
date: Sun Aug 12 07:53:38 2018 +0000
description:
add WITHOUT_BZ2
diffstat:
tools/grep/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 98afd9416a20 -r a207e20eeb52 tools/grep/Makefile
--- a/tools/grep/Makefile Sun Aug 12 07:53:19 2018 +0000
+++ b/tools/grep/Makefile Sun Aug 12 07:53:38 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2011/04/21 14:27:11 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2018/08/12 07:53:38 christos Exp $
#
HOSTPROGNAME= ${_TOOL_PREFIX}grep
HOST_SRCDIR= usr.bin/grep
-HOST_CPPFLAGS+= -DWITHOUT_NLS
+HOST_CPPFLAGS+= -DWITHOUT_NLS -DWITHOUT_BZ2
.include "${.CURDIR}/../Makefile.host"
Home |
Main Index |
Thread Index |
Old Index