summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc13
-rw-r--r--etc/defaults/make.conf1
-rw-r--r--share/examples/etc/make.conf1
3 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 752bb63..50e6679 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -113,6 +113,9 @@ CLEANDIR= cleandir
SUP?= cvsup
SUPFLAGS?= -g -L 2 -P -
+.if defined(SUPHOST)
+SUPFLAGS+= -h ${SUPHOST}
+.endif
MAKEOBJDIRPREFIX?= /usr/obj
TARGET_ARCH?= ${MACHINE_ARCH}
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 13a3161..7abd2a4 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -254,6 +254,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#SUP= /usr/local/bin/cvsup
#SUPFLAGS= -g -L 2
+#SUPHOST= cvsup.uk.FreeBSD.org
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 13a3161..7abd2a4 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -254,6 +254,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#
#SUP= /usr/local/bin/cvsup
#SUPFLAGS= -g -L 2
+#SUPHOST= cvsup.uk.FreeBSD.org
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
OpenPOWER on IntegriCloud