MFC r1.542:

Change the default SUP command to use csup instead of CVSup for
  "make update" when SUP_UPDATE is defined.
This commit is contained in:
mux 2006-05-15 14:01:44 +00:00
parent ff24b79bc6
commit a19971b451

View File

@ -88,8 +88,8 @@ CLEANDIR= cleandir
CVS?= cvs
CVSFLAGS?= -r RELENG_6 -P -d -I!
SUP?= /usr/local/bin/cvsup
SUPFLAGS?= -g -L 2 -P -
SUP?= /usr/bin/csup
SUPFLAGS?= -g -L 2
.if defined(SUPHOST)
SUPFLAGS+= -h ${SUPHOST}
.endif