summaryrefslogtreecommitdiff
path: root/tools/grep/Makefile
blob: b15bc19ff8827e2c275502991fa8e0873bee0aa6 (plain)
1
2
3
4
5
6
7
8
9
#	$NetBSD: Makefile,v 1.2 2011/04/21 14:27:11 joerg Exp $
#

HOSTPROGNAME=   ${_TOOL_PREFIX}grep
HOST_SRCDIR=    usr.bin/grep

HOST_CPPFLAGS+=	-DWITHOUT_NLS

.include "${.CURDIR}/../Makefile.host"