diff options
author | Scott Long <scottl@FreeBSD.org> | 2006-05-06 19:24:13 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2006-05-06 19:24:13 +0000 |
commit | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (patch) | |
tree | 489bbc5da7d81f35952d8d0af5111a63552d3ffa | |
parent | 0973f109dc57bf34325e717600d6b844f0061571 (diff) |
Notes
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index db5d18a1f374..ba39edba042e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -87,7 +87,7 @@ CLEANDIR= cleandir .endif CVS?= cvs -CVSFLAGS?= -r RELENG_6 -P -d -I! +CVSFLAGS?= -r RELENG_6_1 -P -d -I! SUP?= /usr/local/bin/cvsup SUPFLAGS?= -g -L 2 -P - .if defined(SUPHOST) |