aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-25 17:09:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-25 17:09:34 +0000
commitca4b3740d34e2a336769548fc1b3cd884d1b3309 (patch)
treed4980e5e1079264b1c3725f6fa898deaf50432fc
parentebec73dd7d686eb18146384074536221dbf71af3 (diff)
downloadsrc-ca4b3740d34e2a336769548fc1b3cd884d1b3309.tar.gz
src-ca4b3740d34e2a336769548fc1b3cd884d1b3309.zip
Fixed the update target to follow the correct CVS branch.
Approved by: nectar
Notes
Notes: svn path=/releng/4.3/; revision=120439
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index bbd2aff6aeb2..3f491be35ca4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -489,7 +489,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; cvs -q update -rRELENG_4 -P -d
+ cd ${.CURDIR}; cvs -q update -rRELENG_4_3 -P -d
.endif
#