Deleted Added
full compact
make.conf (138896) make.conf (139103)
1# $FreeBSD: head/share/examples/etc/make.conf 138896 2004-12-15 19:42:35Z trhodes $
1# $FreeBSD: head/share/examples/etc/make.conf 139103 2004-12-21 08:47:35Z 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

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

123#NO_IPFILTER= # do not build IP Filter package
124#NOIPSEC= # do not build traceroute(8) with IPSEC support
125#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
126#NOLIBC_R= # do not build libc_r (re-entrant version of libc)
127#NOLIBPTHREAD= # do not build libpthread (M:N threading library)
128#NOLIBTHR= # do not build libthr (1:1 threading library)
129#NO_LPR= # do not build lpr and related programs
130#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
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

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

123#NO_IPFILTER= # do not build IP Filter package
124#NOIPSEC= # do not build traceroute(8) with IPSEC support
125#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
126#NOLIBC_R= # do not build libc_r (re-entrant version of libc)
127#NOLIBPTHREAD= # do not build libpthread (M:N threading library)
128#NOLIBTHR= # do not build libthr (1:1 threading library)
129#NO_LPR= # do not build lpr and related programs
130#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
131#NOMAN= # do not build manual pages
131#NO_MAN= # do not build manual pages
132#NO_MODULES= # do not build modules with the kernel
133#NO_NIS= # do not build NIS support and related programs
134#NO_OBJC= # do not build Objective C support
135#NO_OPENSSH= # do not build OpenSSH
136#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
137#NO_PF= # do not build PF firewall package
138#NOPROFILE= # Avoid compiling profiled libraries
139#NO_SENDMAIL= # do not build sendmail and related programs

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

178#
179# IDEA is patented in the USA and many European countries - thought to
180# be OK to use for any non-commercial use. This is optional.
181#MAKE_IDEA= # IDEA (128 bit symmetric encryption)
182#
183# If you do not want unformatted manual pages to be compressed
184# when they are installed:
185#
132#NO_MODULES= # do not build modules with the kernel
133#NO_NIS= # do not build NIS support and related programs
134#NO_OBJC= # do not build Objective C support
135#NO_OPENSSH= # do not build OpenSSH
136#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
137#NO_PF= # do not build PF firewall package
138#NOPROFILE= # Avoid compiling profiled libraries
139#NO_SENDMAIL= # do not build sendmail and related programs

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

178#
179# IDEA is patented in the USA and many European countries - thought to
180# be OK to use for any non-commercial use. This is optional.
181#MAKE_IDEA= # IDEA (128 bit symmetric encryption)
182#
183# If you do not want unformatted manual pages to be compressed
184# when they are installed:
185#
186#NOMANCOMPRESS=
186#NO_MANCOMPRESS=
187#
188#
189# Default format for system documentation, depends on your printer.
190# Set this to "ascii" for simple printers or screen
191#
192#PRINTERDEVICE= ps
193#
194#

--- 134 unchanged lines hidden ---
187#
188#
189# Default format for system documentation, depends on your printer.
190# Set this to "ascii" for simple printers or screen
191#
192#PRINTERDEVICE= ps
193#
194#

--- 134 unchanged lines hidden ---