From 6489788a4c1d78a0de3d8fc247d349879df1d99c Mon Sep 17 00:00:00 2001 From: ache <ache@FreeBSD.org> Date: Sat, 5 Oct 1996 18:51:45 +0000 Subject: Add CVSup block (commented out) --- etc/defaults/make.conf | 17 +++++++++++++++-- etc/make.conf | 17 +++++++++++++++-- 2 files changed, 30 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 8544f2b..43b4ecc 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.31 1996/06/24 16:50:39 nate Exp $ +# $Id: make.conf,v 1.32 1996/09/21 14:30:23 peter Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -88,9 +88,22 @@ #MAKE_EBONES= yes # # -# SUP updates +# SUP/CVSup updates # #SUP_UPDATE= yes +# +# SUP block +# +#SUP= sup +#SUPFLAGS= -v #SUPFILE= /usr/share/examples/sup/standard-supfile #SUPFILE1= /usr/share/examples/sup/secure-supfile #SUPFILE2= /usr/share/examples/sup/ports-supfile +# +# CVSup block +# +#SUP= cvsup +#SUPFLAGS= -g -L 2 +#SUPFILE= /usr/share/examples/cvsup/standard-supfile +#SUPFILE1= /usr/share/examples/cvsup/secure-supfile +#SUPFILE2= /usr/share/examples/cvsup/ports-supfile diff --git a/etc/make.conf b/etc/make.conf index 8544f2b..43b4ecc 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.31 1996/06/24 16:50:39 nate Exp $ +# $Id: make.conf,v 1.32 1996/09/21 14:30:23 peter Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -88,9 +88,22 @@ #MAKE_EBONES= yes # # -# SUP updates +# SUP/CVSup updates # #SUP_UPDATE= yes +# +# SUP block +# +#SUP= sup +#SUPFLAGS= -v #SUPFILE= /usr/share/examples/sup/standard-supfile #SUPFILE1= /usr/share/examples/sup/secure-supfile #SUPFILE2= /usr/share/examples/sup/ports-supfile +# +# CVSup block +# +#SUP= cvsup +#SUPFLAGS= -g -L 2 +#SUPFILE= /usr/share/examples/cvsup/standard-supfile +#SUPFILE1= /usr/share/examples/cvsup/secure-supfile +#SUPFILE2= /usr/share/examples/cvsup/ports-supfile -- cgit v1.1