Deleted Added
full compact
make.conf (125392) make.conf (126756)
1# $FreeBSD: head/share/examples/etc/make.conf 125392 2004-02-03 13:57:56Z des $
1# $FreeBSD: head/share/examples/etc/make.conf 126756 2004-03-08 22:03:29Z mlaier $
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

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

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
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
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

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

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
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_PF= true # do not build PF firewall package
112#NO_AUTHPF= true # do not build and install authpf (setuid/gid)
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
115#NO_OBJC= true # do not build Objective C support
116#NO_OPENSSH= true # do not build OpenSSH
117#NO_OPENSSL= true # do not build OpenSSL (implies NO_KERBEROS and
118# NO_OPENSSH)

--- 194 unchanged lines hidden ---
113#NO_KERBEROS= true # do not build and install Kerberos 5 (KTH Heimdal)
114#NO_LPR= true # do not build lpr and related programs
115#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
116#NO_MODULES= true # do not build modules with the kernel
117#NO_OBJC= true # do not build Objective C support
118#NO_OPENSSH= true # do not build OpenSSH
119#NO_OPENSSL= true # do not build OpenSSL (implies NO_KERBEROS and
120# NO_OPENSSH)

--- 194 unchanged lines hidden ---