make.conf (e653b48c80fb85b2a10372d664a4b55dbdc51dae) make.conf (f1f6253f4fb5a5822c0d75ecc6365523e6da42fd)
1# $FreeBSD$
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

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

118#NOGAMES= # do not build games (games/ subdir)
119#NO_GDB= # do not build GDB
120#NO_I4B= # do not build isdn4bsd package
121#NOINET6= # do not build IPv6 related programs and libraries
122#NOINFO= # do not make or install info files
123#NO_IPFILTER= # do not build IP Filter package
124#NOIPSEC= # do not build traceroute(8) with IPSEC support
125#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
1# $FreeBSD$
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

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

118#NOGAMES= # do not build games (games/ subdir)
119#NO_GDB= # do not build GDB
120#NO_I4B= # do not build isdn4bsd package
121#NOINET6= # do not build IPv6 related programs and libraries
122#NOINFO= # do not make or install info files
123#NO_IPFILTER= # do not build IP Filter package
124#NOIPSEC= # do not build traceroute(8) with IPSEC support
125#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
126#NOLIBC_R= # do not build libc_r (re-entrant version of libc)
127#NOLIBPTHREAD= # do not build libpthread (M:N threading library)
128#NOLIBTHR= # do not build libthr (1:1 threading library)
126#NO_LIBC_R= # do not build libc_r (re-entrant version of libc)
127#NO_LIBPTHREAD= # do not build libpthread (M:N threading library)
128#NO_LIBTHR= # do not build libthr (1:1 threading library)
129#NO_LPR= # do not build lpr and related programs
130#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
131#NO_MAN= # do not build manual pages
132#NO_MODULES= # do not build modules with the kernel
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)

--- 192 unchanged lines hidden ---
129#NO_LPR= # do not build lpr and related programs
130#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
131#NO_MAN= # do not build manual pages
132#NO_MODULES= # do not build modules with the kernel
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)

--- 192 unchanged lines hidden ---