10 lines
197 B
Makefile
10 lines
197 B
Makefile
# $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"
|