Module Name:    src
Committed By:   joerg
Date:           Thu Apr 21 14:27:11 UTC 2011

Modified Files:
        src/tools/grep: Makefile

Log Message:
BSD grep is good enough if someone really needs src/tools/grep.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/grep/Makefile

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

Modified files:

Index: src/tools/grep/Makefile
diff -u src/tools/grep/Makefile:1.1 src/tools/grep/Makefile:1.2
--- src/tools/grep/Makefile:1.1	Wed Feb 25 20:36:45 2009
+++ src/tools/grep/Makefile	Thu Apr 21 14:27:11 2011
@@ -1,7 +1,9 @@
-#	$NetBSD: Makefile,v 1.1 2009/02/25 20:36:45 sketch Exp $
+#	$NetBSD: Makefile,v 1.2 2011/04/21 14:27:11 joerg Exp $
 #
 
 HOSTPROGNAME=   ${_TOOL_PREFIX}grep
-HOST_SRCDIR=    gnu/usr.bin/grep/grep
+HOST_SRCDIR=    usr.bin/grep
+
+HOST_CPPFLAGS+=	-DWITHOUT_NLS
 
 .include "${.CURDIR}/../Makefile.host"

Reply via email to