From caeeb20a22a75ae515b74ba9a759383b868858dd Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Tue, 25 Nov 2008 19:36:50 +0000 Subject: [PATCH] Change branch used for "make update". Approved by: re (implicit) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index e4324e9ee84e..37037e0993c0 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -88,7 +88,7 @@ CLEANDIR= cleandir .endif CVS?= cvs -CVSFLAGS?= -r RELENG_7 -P -d -I! +CVSFLAGS?= -r RELENG_7_1 -P -d -I! SUP?= /usr/bin/csup SUPFLAGS?= -g -L 2 .if defined(SUPHOST)