NetBSD/tools/grep/Makefile

10 lines
197 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2011/04/21 14:27:11 joerg Exp $
2009-02-25 23:36:44 +03:00
#
HOSTPROGNAME= ${_TOOL_PREFIX}grep
HOST_SRCDIR= usr.bin/grep
HOST_CPPFLAGS+= -DWITHOUT_NLS
2009-02-25 23:36:44 +03:00
.include "${.CURDIR}/../Makefile.host"