Deleted Added
full compact
make.conf (139105) make.conf (139106)
1# $FreeBSD: head/share/examples/etc/make.conf 139105 2004-12-21 09:08:06Z ru $
1# $FreeBSD: head/share/examples/etc/make.conf 139106 2004-12-21 09:33:47Z 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

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

114#NO_CVS= # do not build CVS
115#NO_CXX= # do not build C++ and friends
116#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
117#NO_FORTRAN= # do not build g77 and related libraries
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
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

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

114#NO_CVS= # do not build CVS
115#NO_CXX= # do not build C++ and friends
116#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
117#NO_FORTRAN= # do not build g77 and related libraries
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
122#NO_INFO= # 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#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)
137#NO_PF= # do not build PF firewall package
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#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)
137#NO_PF= # do not build PF firewall package
138#NOPROFILE= # Avoid compiling profiled libraries
138#NO_PROFILE= # Avoid compiling profiled libraries
139#NO_SENDMAIL= # do not build sendmail and related programs
140#NOSHARE= # do not go into the share subdir
141#NOSHARED= # build /bin and /sbin dynamically linked (bad idea
142#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
143#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
144#NO_TOOLCHAIN= # do not build programs for program development
145#NO_USB= # do not build usbd(8) and related programs
146#

--- 182 unchanged lines hidden ---
139#NO_SENDMAIL= # do not build sendmail and related programs
140#NOSHARE= # do not go into the share subdir
141#NOSHARED= # build /bin and /sbin dynamically linked (bad idea
142#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
143#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
144#NO_TOOLCHAIN= # do not build programs for program development
145#NO_USB= # do not build usbd(8) and related programs
146#

--- 182 unchanged lines hidden ---