TOOL_GREP is defined in share/mk/bsd.own.mk, but is not actually built
from tools/Makefile. So don't try to use it here.
This commit is contained in:
parent
c7664459b0
commit
610473e207
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.295 2012/08/14 12:37:41 apb Exp $
|
||||
# $NetBSD: Makefile,v 1.296 2012/08/14 13:04:09 apb Exp $
|
||||
|
||||
#
|
||||
# This is the top-level makefile for building NetBSD. For an outline of
|
||||
|
@ -191,7 +191,6 @@ _POSTINSTALL= ${.CURDIR}/usr.sbin/postinstall/postinstall
|
|||
_POSTINSTALL_ENV= \
|
||||
AWK=${TOOL_AWK:Q} \
|
||||
DB=${TOOL_DB:Q} \
|
||||
GREP=${TOOL_GREP:Q} \
|
||||
MAKE=${MAKE:Q} \
|
||||
PWD_MKDB=${TOOL_PWD_MKDB:Q}
|
||||
|
||||
|
|
Loading…
Reference in New Issue