From 03e21a94e4bb3843799cdc0fffb033f88eb64477 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 30 Mar 2006 13:50:48 +0000 Subject: [PATCH] Rebuild gensnmptree(1) on 700014 systems too. While 700014 corresponds to post January 26 systems where gensnmptree(1) code was already fixed, there was a timeframe between February 14 and February 27 when usr.sbin/bsnmpd/ including gensnmptree was disconnected from build, so if you upgraded in this timeframe, you ended up with the 700014 system but still with a buggy gensnmptree binary. This also means not being able to buildworld now. Reported by: jhb Attention: harti, keramida --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 428b968b593..800ecd9d13a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -818,7 +818,7 @@ _crunchgen= usr.sbin/crunch/crunchgen _pwd_mkdb= usr.sbin/pwd_mkdb .endif -.if ${BOOTSTRAPPING} < 700014 +.if ${BOOTSTRAPPING} < 700015 _gensnmptree= usr.sbin/bsnmpd/gensnmptree .endif