Add the CVS knob so it may be overridden (or have options added).

Submitted by:	Andrea Campi <andrea@webcom.it>
This commit is contained in:
obrien 2001-11-19 17:43:29 +00:00
parent f3f83f8cda
commit 32b464f99d

View File

@ -113,6 +113,7 @@ CLEANDIR= clean cleandepend
CLEANDIR= cleandir
.endif
CVS?= cvs
SUP?= /usr/local/bin/cvsup
SUPFLAGS?= -g -L 2 -P -
.if defined(SUPHOST)
@ -503,7 +504,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; cvs -q update -A -P -d
cd ${.CURDIR}; ${CVS} -q update -A -P -d
.endif
#