make.conf (ab7a294721dd609f58c50a79dbe9452526899d59) | make.conf (83c7ade90a32f8aaff4de282b9fc2493076a54b9) |
---|---|
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 --- 124 unchanged lines hidden (view full) --- 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#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 | 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 --- 124 unchanged lines hidden (view full) --- 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#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 | 141#NO_SHARED= # 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# 147# Variables that control how ppp(8) is built. 148#NOALIAS= # do not build with NAT support (see make.conf(5)) 149#NONAT= # do not build with NAT support (see make.conf(5)) --- 179 unchanged lines hidden --- | 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# 147# Variables that control how ppp(8) is built. 148#NOALIAS= # do not build with NAT support (see make.conf(5)) 149#NONAT= # do not build with NAT support (see make.conf(5)) --- 179 unchanged lines hidden --- |