Show stray files during "cvs update".

This commit is contained in:
Ruslan Ermilov 2004-11-12 13:22:22 +00:00
parent b37d625c7c
commit 0931d0a9f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137612

View File

@ -83,7 +83,7 @@ CLEANDIR= cleandir
.endif
CVS?= cvs
CVSFLAGS?= -A -P -d
CVSFLAGS?= -A -P -d -I!
SUP?= /usr/local/bin/cvsup
SUPFLAGS?= -g -L 2 -P -
.if defined(SUPHOST)