Deleted Added
full compact
make.conf (110407) make.conf (110655)
1# $FreeBSD: head/share/examples/etc/make.conf 110407 2003-02-05 18:33:36Z alex $
1# $FreeBSD: head/share/examples/etc/make.conf 110655 2003-02-10 19:57:56Z nectar $
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

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

120#NOCRYPT= true # do not build any crypto code
121#NOGAMES= true # do not build games (games/ subdir)
122#NOINFO= true # do not make or install info files
123#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
124#NOPROFILE= true # Avoid compiling profiled libraries
125#NOSECURE= true # do not build crypto code in secure/ subdir
126#NOSHARE= true # do not go into the share subdir
127#
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

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

120#NOCRYPT= true # do not build any crypto code
121#NOGAMES= true # do not build games (games/ subdir)
122#NOINFO= true # do not make or install info files
123#NOLIBC_R= true # do not build libc_r (re-entrant version of libc)
124#NOPROFILE= true # Avoid compiling profiled libraries
125#NOSECURE= true # do not build crypto code in secure/ subdir
126#NOSHARE= true # do not go into the share subdir
127#
128# To build the OpenSSL manpages, uncomment the following. These are not
129# built by default because they clobber a number of system manpages with
130# manpages describing parts of the OpenSSL toolkit, including passwd(1),
131# err(3), md5(3), and others.
132#
133#WANT_OPENSSL_MANPAGES= true
134#
135# To build sys/modules when building the world (our old way of doing things)
136#MODULES_WITH_WORLD=true # do not build modules when building kernel
137#
138# The list of modules to build instead of all of them.
139#MODULES_OVERRIDE= linux ipfw
140#
141# If you always want to build the Linux ext2fs kernel module.
142#WANT_EXT2FS_MODULE=yes

--- 191 unchanged lines hidden ---
128# To build sys/modules when building the world (our old way of doing things)
129#MODULES_WITH_WORLD=true # do not build modules when building kernel
130#
131# The list of modules to build instead of all of them.
132#MODULES_OVERRIDE= linux ipfw
133#
134# If you always want to build the Linux ext2fs kernel module.
135#WANT_EXT2FS_MODULE=yes

--- 191 unchanged lines hidden ---