From 6697c42a084d2d62f9efd4f0d056818607c05da0 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 26 Nov 2015 15:41:58 +0000 Subject: [PATCH] checkflist requires an egrep that honours multiple pattern options, so use ours. Fixes build on Solaris distributions. --- distrib/sets/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/sets/Makefile b/distrib/sets/Makefile index d89c3e1ae550..ba64c709699d 100644 --- a/distrib/sets/Makefile +++ b/distrib/sets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2014/08/22 10:51:18 apb Exp $ +# $NetBSD: Makefile,v 1.99 2015/11/26 15:41:58 joerg Exp $ # Experimental RCS METALOG versioning # (Needs host's rcs(1) commands) @@ -24,6 +24,7 @@ SETSENV= DESTDIR=${DESTDIR:Q} \ AWK=${TOOL_AWK:Q} \ CKSUM=${TOOL_CKSUM:Q} \ DB=${TOOL_DB:Q} \ + EGREP=${TOOL_GREP:Q}\ -E \ HOST_SH=${HOST_SH:Q} \ MAKE=${MAKE:Q} \ MKTEMP=${TOOL_MKTEMP:Q} \