Deleted Added
full compact
make.conf (139106) make.conf (139112)
1# $FreeBSD: head/share/examples/etc/make.conf 139106 2004-12-21 09:33:47Z ru $
1# $FreeBSD: head/share/examples/etc/make.conf 139112 2004-12-21 09:59:45Z 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

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

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#NO_PROFILE= # Avoid compiling profiled libraries
139#NO_SENDMAIL= # do not build sendmail and related programs
140#NOSHARE= # do not go into the share subdir
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

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

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#NO_PROFILE= # Avoid compiling profiled libraries
139#NO_SENDMAIL= # do not build sendmail and related programs
140#NOSHARE= # do not go into the share subdir
141#NOSHARED= # build /bin and /sbin dynamically linked (bad idea
141#NO_SHARED= # build /bin and /sbin dynamically linked (bad idea
142#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
143#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
144#NO_TOOLCHAIN= # do not build programs for program development
145#NO_USB= # do not build usbd(8) and related programs
146#
147# Variables that control how ppp(8) is built.
148#NOALIAS= # do not build with NAT support (see make.conf(5))
149#NONAT= # do not build with NAT support (see make.conf(5))

--- 179 unchanged lines hidden ---
142#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
143#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
144#NO_TOOLCHAIN= # do not build programs for program development
145#NO_USB= # do not build usbd(8) and related programs
146#
147# Variables that control how ppp(8) is built.
148#NOALIAS= # do not build with NAT support (see make.conf(5))
149#NONAT= # do not build with NAT support (see make.conf(5))

--- 179 unchanged lines hidden ---