summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-02-10 04:01:45 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-02-10 04:01:45 +0000
commit368fcebf4d9cdb6887c238e14aa9bebca1fd60f5 (patch)
treebb0ea824306a215aade104dcf08ad43e2a436ead
parentd1812698989daf5a8159f12b87b8f376f5165926 (diff)
Notes
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5071065d29de..41be44800d2d 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_3 -P -d -I!
SUP?= /usr/bin/csup
SUPFLAGS?= -g -L 2
.if defined(SUPHOST)