Deleted Added
full compact
make.conf (124694) make.conf (125123)
1# $FreeBSD: head/share/examples/etc/make.conf 124694 2004-01-18 22:14:23Z obrien $
1# $FreeBSD: head/share/examples/etc/make.conf 125123 2004-01-28 00:42:51Z emax $
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

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

98# To enable installing newgrp(1) with the setuid bit turned on.
99# Without the setuid bit, newgrp cannot change users' groups.
100#ENABLE_SUID_NEWGRP= true
101#
102# To avoid building various parts of the base system:
103#NO_CVS= true # do not build CVS
104#NO_CXX= true # do not build C++ and friends
105#NO_BIND= true # do not build BIND
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

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

98# To enable installing newgrp(1) with the setuid bit turned on.
99# Without the setuid bit, newgrp cannot change users' groups.
100#ENABLE_SUID_NEWGRP= true
101#
102# To avoid building various parts of the base system:
103#NO_CVS= true # do not build CVS
104#NO_CXX= true # do not build C++ and friends
105#NO_BIND= true # do not build BIND
106#NO_BLUETOOTH= true # do not build Bluetooth related stuff
106#NO_FORTRAN= true # do not build g77 and related libraries
107#NO_GDB= true # do not build GDB
108#NO_I4B= true # do not build isdn4bsd package
109#NO_IPFILTER= true # do not build IP Filter package
110#NO_KERBEROS= true # do not build and install Kerberos 5 (KTH Heimdal)
111#NO_LPR= true # do not build lpr and related programs
112#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
113#NO_MODULES= true # do not build modules with the kernel

--- 200 unchanged lines hidden ---
107#NO_FORTRAN= true # do not build g77 and related libraries
108#NO_GDB= true # do not build GDB
109#NO_I4B= true # do not build isdn4bsd package
110#NO_IPFILTER= true # do not build IP Filter package
111#NO_KERBEROS= true # do not build and install Kerberos 5 (KTH Heimdal)
112#NO_LPR= true # do not build lpr and related programs
113#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
114#NO_MODULES= true # do not build modules with the kernel

--- 200 unchanged lines hidden ---