Deleted Added
full compact
make.conf (92412) make.conf (92868)
1# $FreeBSD: head/share/examples/etc/make.conf 92412 2002-03-16 15:14:41Z markm $
1# $FreeBSD: head/share/examples/etc/make.conf 92868 2002-03-21 09:15:39Z 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

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

90#
91# To avoid building various parts of the base system:
92#NO_CVS= true # do not build CVS
93#NO_CXX= true # do not build C++ and friends
94#NO_BIND= true # do not build BIND
95#NO_FORTRAN= true # do not build g77 and related libraries
96#NO_GDB= true # do not build GDB
97#NO_I4B= true # do not build isdn4bsd package
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

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

90#
91# To avoid building various parts of the base system:
92#NO_CVS= true # do not build CVS
93#NO_CXX= true # do not build C++ and friends
94#NO_BIND= true # do not build BIND
95#NO_FORTRAN= true # do not build g77 and related libraries
96#NO_GDB= true # do not build GDB
97#NO_I4B= true # do not build isdn4bsd package
98#NO_IPFILTER= true # do not build IP Filter package
98#NO_LPR= true # do not build lpr and related programs
99#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
100#NO_MODULES= true # do not build modules with the kernel
101#NO_OBJC= true # do not build Objective C support
102#NO_OPENSSH= true # do not build OpenSSH
103#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
104#NO_PERL= true # do not build perl5. Disables OpenSSL optimizations
105#NO_SENDMAIL= true # do not build sendmail and related programs

--- 190 unchanged lines hidden ---
99#NO_LPR= true # do not build lpr and related programs
100#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
101#NO_MODULES= true # do not build modules with the kernel
102#NO_OBJC= true # do not build Objective C support
103#NO_OPENSSH= true # do not build OpenSSH
104#NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH)
105#NO_PERL= true # do not build perl5. Disables OpenSSL optimizations
106#NO_SENDMAIL= true # do not build sendmail and related programs

--- 190 unchanged lines hidden ---