summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2006-03-19 15:36:56 +0000
committermux <mux@FreeBSD.org>2006-03-19 15:36:56 +0000
commit5115d4eedeaf00111b361cfb1912a8779de5a5e3 (patch)
treebef54f95d2cd92b41f48be677b2ad110230359f7 /Makefile.inc1
parenta74ff4762febd9f0b6c341db086646690b9d49e3 (diff)
downloadFreeBSD-src-5115d4eedeaf00111b361cfb1912a8779de5a5e3.zip
FreeBSD-src-5115d4eedeaf00111b361cfb1912a8779de5a5e3.tar.gz
Change the default SUP command to use csup instead of CVSup for
"make update" when SUP_UPDATE is defined.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c323d48..bdbb5e9 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud