Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/bootstrap/bootstrap,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/bootstrap/bootstrap,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.276 retrieving revision 1.277 diff -u -p -r1.276 -r1.277 --- pkgsrc/bootstrap/bootstrap 2020/03/22 16:40:19 1.276 +++ pkgsrc/bootstrap/bootstrap 2020/03/26 15:30:27 1.277 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.276 2020/03/22 16:40:19 rillig Exp $ +# $NetBSD: bootstrap,v 1.277 2020/03/26 15:30:27 nia Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1316,6 +1316,14 @@ if test -n "$GREP"; then echo "TOOLS_PLATFORM.grep?= $GREP" >> ${TARGET_MKCONF} echo "TOOLS_PLATFORM.grep?= $GREP" >> ${BOOTSTRAP_MKCONF} fi +if test -n "$EGREP"; then + echo "TOOLS_PLATFORM.egrep?= $EGREP" >> ${TARGET_MKCONF} + echo "TOOLS_PLATFORM.egrep?= $EGREP" >> ${BOOTSTRAP_MKCONF} +fi +if test -n "$FGREP"; then + echo "TOOLS_PLATFORM.fgrep?= $FGREP" >> ${TARGET_MKCONF} + echo "TOOLS_PLATFORM.fgrep?= $FGREP" >> ${BOOTSTRAP_MKCONF} +fi if test -n "$ID"; then echo "TOOLS_PLATFORM.id?= $ID" >> ${TARGET_MKCONF} echo "TOOLS_PLATFORM.id?= $ID" >> ${BOOTSTRAP_MKCONF}