summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-08-19 23:39:07 +0000
committerNate Williams <nate@FreeBSD.org>1997-08-19 23:39:07 +0000
commit37507da6967d05ab40c4dbc08a845463d51dfd35 (patch)
tree85a5e32eef5ba6a19c5d5ae4c4efd24d6f870b49 /Makefile
parentcf2c71ccd43d9111f953e276bda6db884a37a717 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a7327a555fd9..687045578490 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.109.2.9 1997/08/05 03:46:23 asami Exp $
+# $Id: Makefile,v 1.109.2.10 1997/08/11 18:36:35 asami Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -331,7 +331,7 @@ update:
@echo "--------------------------------------------------------------"
@echo "Updating /usr/src from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR} && cvs -q update -P -d
+ cd ${.CURDIR} && cvs -q update -P -d -r RELENG_2_2
.endif
#