diff options
author | ache <ache@FreeBSD.org> | 1996-10-05 19:41:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-05 19:41:31 +0000 |
commit | e5ff1bbc6e5b0efe790ab98ee1d41555abd74268 (patch) | |
tree | 26dd8045fb433595717a22d23a9e47a61d14d092 | |
parent | 6489788a4c1d78a0de3d8fc247d349879df1d99c (diff) | |
download | FreeBSD-src-e5ff1bbc6e5b0efe790ab98ee1d41555abd74268.zip FreeBSD-src-e5ff1bbc6e5b0efe790ab98ee1d41555abd74268.tar.gz |
Use full path for cvsup
-rw-r--r-- | etc/defaults/make.conf | 4 | ||||
-rw-r--r-- | etc/make.conf | 4 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 43b4ecc..f03751e 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.32 1996/09/21 14:30:23 peter Exp $ +# $Id: make.conf,v 1.33 1996/10/05 18:51:45 ache 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 @@ -102,7 +102,7 @@ # # CVSup block # -#SUP= cvsup +#SUP= /usr/local/sbin/cvsup #SUPFLAGS= -g -L 2 #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile diff --git a/etc/make.conf b/etc/make.conf index 43b4ecc..f03751e 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.32 1996/09/21 14:30:23 peter Exp $ +# $Id: make.conf,v 1.33 1996/10/05 18:51:45 ache 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 @@ -102,7 +102,7 @@ # # CVSup block # -#SUP= cvsup +#SUP= /usr/local/sbin/cvsup #SUPFLAGS= -g -L 2 #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 43b4ecc..f03751e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.32 1996/09/21 14:30:23 peter Exp $ +# $Id: make.conf,v 1.33 1996/10/05 18:51:45 ache 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 @@ -102,7 +102,7 @@ # # CVSup block # -#SUP= cvsup +#SUP= /usr/local/sbin/cvsup #SUPFLAGS= -g -L 2 #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile |