BSD grep is good enough if someone really needs src/tools/grep.
This commit is contained in:
parent
0cef9f9563
commit
1a9a81992d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue