Deleted Added
full compact
make.conf (137201) make.conf (137675)
1# $FreeBSD: head/share/examples/etc/make.conf 137201 2004-11-04 12:57:40Z phk $
1# $FreeBSD: head/share/examples/etc/make.conf 137675 2004-11-13 20:40:32Z bz $
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

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

127#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
128#NOLIBC_R= # do not build libc_r (re-entrant version of libc)
129#NOLIBPTHREAD= # do not build libpthread (M:N threading library)
130#NOLIBTHR= # do not build libthr (1:1 threading library)
131#NO_LPR= # do not build lpr and related programs
132#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
133#NOMAN= # do not build manual pages
134#NO_MODULES= # do not build modules with the kernel
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

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

127#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
128#NOLIBC_R= # do not build libc_r (re-entrant version of libc)
129#NOLIBPTHREAD= # do not build libpthread (M:N threading library)
130#NOLIBTHR= # do not build libthr (1:1 threading library)
131#NO_LPR= # do not build lpr and related programs
132#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
133#NOMAN= # do not build manual pages
134#NO_MODULES= # do not build modules with the kernel
135#NO_NIS= # do not build NIS support and related programs
135#NO_OBJC= # do not build Objective C support
136#NO_OPENSSH= # do not build OpenSSH
137#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
138#NO_PF= # do not build PF firewall package
139#NOPROFILE= # Avoid compiling profiled libraries
140#NO_SENDMAIL= # do not build sendmail and related programs
141#NOSHARE= # do not go into the share subdir
142#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs

--- 179 unchanged lines hidden ---
136#NO_OBJC= # do not build Objective C support
137#NO_OPENSSH= # do not build OpenSSH
138#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
139#NO_PF= # do not build PF firewall package
140#NOPROFILE= # Avoid compiling profiled libraries
141#NO_SENDMAIL= # do not build sendmail and related programs
142#NOSHARE= # do not go into the share subdir
143#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs

--- 179 unchanged lines hidden ---