diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-06-26 01:44:57 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-06-26 01:44:57 +0000 |
| commit | f1273de057bdbf3133009a100487150cf9428285 (patch) | |
| tree | 4fbb38266f4723c672fa9dffaa984eeeacbc3f04 | |
| parent | 897f9429f97166298fd5ebc87d6f6b4688315aee (diff) | |
Notes
| -rw-r--r-- | etc/defaults/make.conf | 16 | ||||
| -rw-r--r-- | etc/make.conf | 16 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 16 |
3 files changed, 12 insertions, 36 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 0a54a8642861..37e727704459 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.63 1998/05/08 20:15:39 phk Exp $ +# $Id: make.conf,v 1.65 1998/05/20 22:24:48 jkh 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 @@ -166,20 +166,12 @@ #MAKE_KERBEROS4= yes # # -# SUP/CVSup updates +# CVSup update flags. Edit SUPFILE settings to reflect whichever distribution +# file(s) you use on your site (see /usr/share/examples/cvsup/README for more +# information on CVSup and these files). To use, do "make update" in /usr/src. # #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= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile diff --git a/etc/make.conf b/etc/make.conf index 0a54a8642861..37e727704459 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.63 1998/05/08 20:15:39 phk Exp $ +# $Id: make.conf,v 1.65 1998/05/20 22:24:48 jkh 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 @@ -166,20 +166,12 @@ #MAKE_KERBEROS4= yes # # -# SUP/CVSup updates +# CVSup update flags. Edit SUPFILE settings to reflect whichever distribution +# file(s) you use on your site (see /usr/share/examples/cvsup/README for more +# information on CVSup and these files). To use, do "make update" in /usr/src. # #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= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0a54a8642861..37e727704459 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.63 1998/05/08 20:15:39 phk Exp $ +# $Id: make.conf,v 1.65 1998/05/20 22:24:48 jkh 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 @@ -166,20 +166,12 @@ #MAKE_KERBEROS4= yes # # -# SUP/CVSup updates +# CVSup update flags. Edit SUPFILE settings to reflect whichever distribution +# file(s) you use on your site (see /usr/share/examples/cvsup/README for more +# information on CVSup and these files). To use, do "make update" in /usr/src. # #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= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile |
