mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
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"
|