diff options
| -rw-r--r-- | Makefile.inc1 | 5 | ||||
| -rw-r--r-- | etc/defaults/make.conf | 4 | ||||
| -rw-r--r-- | etc/make.conf | 4 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 979faba01b3ae..9109e5f190ea8 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.75 1999/05/02 15:23:55 markm Exp $ +# $Id: Makefile.inc1,v 1.76 1999/05/03 17:54:59 obrien Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -392,6 +392,9 @@ update: .if defined(SUPFILE2) @${SUP} ${SUPFLAGS} ${SUPFILE2} .endif +.if defined(PORTSSUPFILE) + @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} +.endif .endif .if defined(CVS_UPDATE) @echo "--------------------------------------------------------------" diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 0826cab845815..97744ceaeed58 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $ +# $Id: make.conf,v 1.79 1999/05/23 17:57:23 obrien 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 @@ -178,7 +178,7 @@ #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile -#SUPFILE2= /usr/share/examples/cvsup/ports-supfile +#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should diff --git a/etc/make.conf b/etc/make.conf index 0826cab845815..97744ceaeed58 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $ +# $Id: make.conf,v 1.79 1999/05/23 17:57:23 obrien 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 @@ -178,7 +178,7 @@ #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile -#SUPFILE2= /usr/share/examples/cvsup/ports-supfile +#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 0826cab845815..97744ceaeed58 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $ +# $Id: make.conf,v 1.79 1999/05/23 17:57:23 obrien 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 @@ -178,7 +178,7 @@ #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile -#SUPFILE2= /usr/share/examples/cvsup/ports-supfile +#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should |
