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

This commit is contained in:
joerg 2011-04-21 14:27:11 +00:00
parent 0cef9f9563
commit 1a9a81992d
1 changed files with 4 additions and 2 deletions

View File

@ -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"