Deleted Added
full compact
make.conf (114782) make.conf (115157)
1# $FreeBSD: head/share/examples/etc/make.conf 114782 2003-05-06 19:26:55Z obrien $
1# $FreeBSD: head/share/examples/etc/make.conf 115157 2003-05-19 15:52:01Z des $
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

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

119#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
120#NO_X= true # do not compile in XWindows support (e.g. doscmd)
121#NOCRYPT= true # do not build any crypto code
122#NOGAMES= true # do not build games (games/ subdir)
123#NOINFO= true # do not make or install info files
124#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
125#NOMAN= true # do not build manual pages
126#NOPROFILE= true # Avoid compiling profiled libraries
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

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

119#NO_TCSH= true # do not build and install /bin/csh (which is tcsh)
120#NO_X= true # do not compile in XWindows support (e.g. doscmd)
121#NOCRYPT= true # do not build any crypto code
122#NOGAMES= true # do not build games (games/ subdir)
123#NOINFO= true # do not make or install info files
124#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
125#NOMAN= true # do not build manual pages
126#NOPROFILE= true # Avoid compiling profiled libraries
127#NOSECURE= true # do not build crypto code in secure/ subdir
128#NOSHARE= true # do not go into the share subdir
129#
130# To build sys/modules when building the world (our old way of doing things)
131#MODULES_WITH_WORLD=true # do not build modules when building kernel
132#
133# The list of modules to build instead of all of them.
134#MODULES_OVERRIDE= linux ipfw
135#

--- 182 unchanged lines hidden ---
127#NOSHARE= true # do not go into the share subdir
128#
129# To build sys/modules when building the world (our old way of doing things)
130#MODULES_WITH_WORLD=true # do not build modules when building kernel
131#
132# The list of modules to build instead of all of them.
133#MODULES_OVERRIDE= linux ipfw
134#

--- 182 unchanged lines hidden ---