Change the default SUP command to use csup instead of CVSup for

"make update" when SUP_UPDATE is defined.
This commit is contained in:
Maxime Henrion 2006-03-19 15:36:56 +00:00
parent ed708e1f7f
commit ca404c7dca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156881

View File

@ -79,8 +79,8 @@ CLEANDIR= cleandir
CVS?= cvs
CVSFLAGS?= -A -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