diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-06 02:44:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-06 02:44:29 +0000 |
| commit | cc38765f639e0a7267571037f08715335022979f (patch) | |
| tree | 32598f4b2b3e3f0ab45eb09f61b871328f5c5c3a /etc | |
| parent | c935f085d09a769966cd875d00f13c1643d694aa (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/make.conf | 10 | ||||
| -rw-r--r-- | etc/make.conf | 10 |
2 files changed, 6 insertions, 14 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 796e0a44dc9a..6eca09593bfc 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.69 1998/08/29 01:24:21 dillon Exp $ +# $Id: make.conf,v 1.70 1998/10/16 03:26:54 peter 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 @@ -13,13 +13,12 @@ # #CFLAGS= -O -pipe # -# Another useful entry is # +# Avoid compiling profiled libraries #NOPROFILE= true -# Avoid compiling profiled libraries # +# Compare before install #INSTALL=install -C -# Compare before install # # To avoid building the default system perl #NOPERL= true @@ -192,7 +191,6 @@ #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #SUPFILE2= /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 @@ -200,5 +198,3 @@ # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE= 101 - - diff --git a/etc/make.conf b/etc/make.conf index 796e0a44dc9a..6eca09593bfc 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.69 1998/08/29 01:24:21 dillon Exp $ +# $Id: make.conf,v 1.70 1998/10/16 03:26:54 peter 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 @@ -13,13 +13,12 @@ # #CFLAGS= -O -pipe # -# Another useful entry is # +# Avoid compiling profiled libraries #NOPROFILE= true -# Avoid compiling profiled libraries # +# Compare before install #INSTALL=install -C -# Compare before install # # To avoid building the default system perl #NOPERL= true @@ -192,7 +191,6 @@ #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #SUPFILE2= /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 @@ -200,5 +198,3 @@ # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE= 101 - - |
