From 638b0a3e1aeebbe598a041e064cc09bacbba7f79 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 27 Nov 2006 19:38:28 +0000 Subject: [PATCH] There was a timeframe where crunchgen(1) was broken; force an upgrade during the build so those who are affected can build world again. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 4c4541604f16..70c9b0c566c6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -874,7 +874,7 @@ _gensnmptree= usr.sbin/bsnmpd/gensnmptree .endif .if ${MK_RESCUE} != "no" && \ - ${BOOTSTRAPPING} < 600008 + ${BOOTSTRAPPING} < 700026 _crunchgen= usr.sbin/crunch/crunchgen .endif