Home | History | Annotate | Line # | Download | only in grep
      1 #	$NetBSD: Makefile,v 1.4 2018/08/12 09:03:42 christos Exp $
      2 #
      3 
      4 HOSTPROGNAME=   ${_TOOL_PREFIX}grep
      5 HOST_SRCDIR=    usr.bin/grep
      6 
      7 HOST_CPPFLAGS+=	-DWITHOUT_NLS -DWITHOUT_BZ2 -DWITHOUT_GZIP
      8 
      9 .include "${.CURDIR}/../Makefile.host"
     10