From 09b50a9891ea4464e46c1bed4e102741f998fca3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 19 Nov 2001 17:43:29 +0000 Subject: [PATCH] Add the CVS knob so it may be overridden (or have options added). Submitted by: Andrea Campi --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index f875070ae073..4ad2f6da781f 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 #