aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-03-06 15:06:17 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-03-06 15:06:17 +0000
commit1e8ec89fe95c80f54b95298ca8e904462c318cf9 (patch)
tree7c68efe6c62c480eda7d41624b1c30f8cc20f6b7 /Makefile
parentb314f5854ea034973ea54356aec9b136a26710ab (diff)
downloaddoc-1e8ec89fe95c80f54b95298ca8e904462c318cf9.tar.gz
doc-1e8ec89fe95c80f54b95298ca8e904462c318cf9.zip
With CVS_UPDATE, use read-only repository mode by default.
Notes
Notes: svn path=/head/; revision=16204
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa605ea51c..49f606bf43 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ SUPFLAGS+= -h ${SUPHOST}
.endif
CVS?= /usr/bin/cvs
-CVSFLAGS?= -q
+CVSFLAGS?= -R -q
update:
.if defined(SUP_UPDATE)