With CVS_UPDATE, use read-only repository mode by default.

This commit is contained in:
Ruslan Ermilov 2003-03-06 15:06:17 +00:00
parent b314f5854e
commit 1e8ec89fe9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16204

View file

@ -29,7 +29,7 @@ SUPFLAGS+= -h ${SUPHOST}
.endif
CVS?= /usr/bin/cvs
CVSFLAGS?= -q
CVSFLAGS?= -R -q
update:
.if defined(SUP_UPDATE)