Deleted Added
full compact
make.conf (133769) make.conf (134007)
1# $FreeBSD: head/share/examples/etc/make.conf 133769 2004-08-15 20:32:06Z marius $
1# $FreeBSD: head/share/examples/etc/make.conf 134007 2004-08-19 09:54:28Z des $
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

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

101# To enable installing ssh(1) with the setuid bit turned on
102#ENABLE_SUID_SSH= true
103#
104# To enable installing newgrp(1) with the setuid bit turned on.
105# Without the setuid bit, newgrp cannot change users' groups.
106#ENABLE_SUID_NEWGRP= true
107#
108# To avoid building various parts of the base system:
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

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

101# To enable installing ssh(1) with the setuid bit turned on
102#ENABLE_SUID_SSH= true
103#
104# To enable installing newgrp(1) with the setuid bit turned on.
105# Without the setuid bit, newgrp cannot change users' groups.
106#ENABLE_SUID_NEWGRP= true
107#
108# To avoid building various parts of the base system:
109#NO_BOOT= true # do not build boot blocks and loader
109#NO_CVS= true # do not build CVS
110#NO_CXX= true # do not build C++ and friends
111#NO_BIND= true # do not build BIND
112#NO_BLUETOOTH= true # do not build Bluetooth related stuff
113#NO_FORTRAN= true # do not build g77 and related libraries
114#NO_GDB= true # do not build GDB
115#NO_I4B= true # do not build isdn4bsd package
116#NO_IPFILTER= true # do not build IP Filter package

--- 195 unchanged lines hidden ---
110#NO_CVS= true # do not build CVS
111#NO_CXX= true # do not build C++ and friends
112#NO_BIND= true # do not build BIND
113#NO_BLUETOOTH= true # do not build Bluetooth related stuff
114#NO_FORTRAN= true # do not build g77 and related libraries
115#NO_GDB= true # do not build GDB
116#NO_I4B= true # do not build isdn4bsd package
117#NO_IPFILTER= true # do not build IP Filter package

--- 195 unchanged lines hidden ---