diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-01 17:12:07 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-11-01 17:12:07 +0000 |
| commit | 7fded3d0e53666f48ce167d5be05a3a20edf767b (patch) | |
| tree | 4f7748cbc12568e5be1437e99576e2631c3d674b | |
| parent | c737f472e8f9bf0bcc3cbd9eac740a55cb9201c2 (diff) | |
Notes
| -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 ea7f0309ece4..e1b8f5dfb29e 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.35 1996/10/14 17:25:44 pst Exp $ +# $Id: make.conf,v 1.36 1996/10/14 17:27:53 pst 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 @@ -126,7 +126,7 @@ # CVSup block # #SUP= /usr/local/sbin/cvsup -#SUPFLAGS= -g -L 2 +#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 diff --git a/etc/make.conf b/etc/make.conf index ea7f0309ece4..e1b8f5dfb29e 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.35 1996/10/14 17:25:44 pst Exp $ +# $Id: make.conf,v 1.36 1996/10/14 17:27:53 pst 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 @@ -126,7 +126,7 @@ # CVSup block # #SUP= /usr/local/sbin/cvsup -#SUPFLAGS= -g -L 2 +#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 diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index ea7f0309ece4..e1b8f5dfb29e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.35 1996/10/14 17:25:44 pst Exp $ +# $Id: make.conf,v 1.36 1996/10/14 17:27:53 pst 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 @@ -126,7 +126,7 @@ # CVSup block # #SUP= /usr/local/sbin/cvsup -#SUPFLAGS= -g -L 2 +#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 |
