Deleted Added
full compact
make.conf (219376) make.conf (223148)
1# $FreeBSD: head/share/examples/etc/make.conf 219376 2011-03-07 14:58:23Z mm $
1# $FreeBSD: head/share/examples/etc/make.conf 223148 2011-06-16 12:28:37Z ru $
2#
3# NOTE: Please would any committer updating this file also update the
4# make.conf(5) manual page, if necessary, which is located in
5# src/share/man/man5/make.conf.5.
6#
7# /etc/make.conf, if present, will be read by make (see
8# /usr/share/mk/sys.mk). It allows you to override macro definitions
9# to make without changing your source tree, or anything the source

--- 173 unchanged lines hidden (view full) ---

183#SUP_UPDATE=
184#
185#SUP= /usr/bin/csup
186#SUPFLAGS= -L 2
187#SUPHOST= cvsup.uk.FreeBSD.org
188#SUPFILE= /usr/share/examples/cvsup/standard-supfile
189#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
190#DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
2#
3# NOTE: Please would any committer updating this file also update the
4# make.conf(5) manual page, if necessary, which is located in
5# src/share/man/man5/make.conf.5.
6#
7# /etc/make.conf, if present, will be read by make (see
8# /usr/share/mk/sys.mk). It allows you to override macro definitions
9# to make without changing your source tree, or anything the source

--- 173 unchanged lines hidden (view full) ---

183#SUP_UPDATE=
184#
185#SUP= /usr/bin/csup
186#SUPFLAGS= -L 2
187#SUPHOST= cvsup.uk.FreeBSD.org
188#SUPFILE= /usr/share/examples/cvsup/standard-supfile
189#PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
190#DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile
191#WWWSUPFILE= /usr/share/examples/cvsup/www-supfile
191#
192# top(1) uses a hash table for the user names. The size of this hash
193# can be tuned to match the number of local users. The table size should
194# be a prime number approximately twice as large as the number of lines in
195# /etc/passwd. The default number is 20011.
196#
197#TOP_TABLE_SIZE= 101
198#

--- 87 unchanged lines hidden ---
192#
193# top(1) uses a hash table for the user names. The size of this hash
194# can be tuned to match the number of local users. The table size should
195# be a prime number approximately twice as large as the number of lines in
196# /etc/passwd. The default number is 20011.
197#
198#TOP_TABLE_SIZE= 101
199#

--- 87 unchanged lines hidden ---