diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-14 14:10:56 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-14 14:10:56 +0000 |
| commit | 9f69c36c95b40c0dccf5b2550b92da3dc5b01f95 (patch) | |
| tree | 38fef8d379670c9b092d157a5feba328f4cd5b7e | |
| parent | 98b6cc9c5f8959bb5e8ad120154733ab427e5e53 (diff) | |
Notes
| -rw-r--r-- | etc/make.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/make.conf b/etc/make.conf index 30e70e0ab650..fbcdb8b672de 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.73.2.2 1999/03/14 19:06:39 billf Exp $ +# $Id: make.conf,v 1.73.2.3 1999/05/19 02:05:11 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 @@ -180,7 +180,7 @@ #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup -#SUPFLAGS= -g -L 2 -z +#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 |
