summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-21 09:49:05 +0000
committerru <ru@FreeBSD.org>2006-03-21 09:49:05 +0000
commit5788f4caf7d16c6140217721a673106629443716 (patch)
treea5b8274cfe8b52334871197323d84596e9704120 /share/examples
parent09e5f15cc059ee702a91222181992bab62f0c3d7 (diff)
downloadFreeBSD-src-5788f4caf7d16c6140217721a673106629443716.zip
FreeBSD-src-5788f4caf7d16c6140217721a673106629443716.tar.gz
Remove mentions of old compat options from here; equivalents are
now provided in src.conf(5).
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf71
1 files changed, 0 insertions, 71 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 05a1a66..0e98d70 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -97,51 +97,9 @@
#ENABLE_SUID_NEWGRP=
#
# To avoid building various parts of the base system:
-#NO_ACPI= # do not build acpiconf(8) and related programs
-#NO_ATM= # do not build ATM related programs and libraries
-#NO_AUDIT= # do not build audit(4) support
-#NO_AUTHPF= # do not build and install authpf (setuid/gid)
-#NO_BLUETOOTH= # do not build Bluetooth related stuff
-#NO_BOOT= # do not build boot blocks and loader
-#NO_CRYPT= # do not build any crypto code
-#NO_CVS= # do not build CVS
-#NO_CXX= # do not build C++ and friends
-#NO_DICT= # do not build the Webster dictionary files
-#NO_DYNAMICROOT= # do not link /bin and /sbin dynamically
-#NO_FORTRAN= # do not build g77 and related libraries
-#NO_GAMES= # do not build games (games/ subdir)
-#NO_GDB= # do not build GDB
-#NO_GPIB= # do not build GPIB support
-#NO_I4B= # do not build isdn4bsd package
-#NO_INET6= # do not build IPv6 related programs and libraries
-#NO_INFO= # do not make or install info files
-#NO_IPFILTER= # do not build IP Filter package
-#NO_KERBEROS= # do not build and install Kerberos 5 (KTH Heimdal)
-#NO_LIBC_R= # do not build libc_r (re-entrant version of libc)
-#NO_LIBPTHREAD= # do not build libpthread (M:N threading library)
-#NO_LIBTHR= # do not build libthr (1:1 threading library)
-#NO_LPR= # do not build lpr and related programs
-#NO_MAILWRAPPER= # do not build the mailwrapper(8) MTA selector
-#NO_MAN= # do not build manual pages
#NO_MODULES= # do not build modules with the kernel
-#NO_NETCAT= # do not build netcat
-#NO_NIS= # do not build NIS support and related programs.
-# # If NO_NIS is set, you might need to adopt your
-# # nsswitch.conf(5) and remove `nis' entries.
-#NO_NLS_CATALOGS= # do not build NLS catalog support for csh(1)
-#NO_OBJC= # do not build Objective C support
-#NO_OPENSSH= # do not build OpenSSH
-#NO_OPENSSL= # do not build OpenSSL (implies NO_KERBEROS/NO_OPENSSH)
-#NO_PF= # do not build PF firewall package
-#NO_PROFILE= # Avoid compiling profiled libraries
-#NO_RCMDS= # do not build or install BSD r* commands (rsh, etc).
-#NO_SENDMAIL= # do not build sendmail and related programs
#NO_SHARE= # do not go into the share subdir
#NO_SHARED= # build /bin and /sbin statically linked (bad idea)
-#NO_SHAREDOCS= # do not build the 4.4BSD legacy docs
-#NO_TCSH= # do not build and install /bin/csh (which is tcsh)
-#NO_TOOLCHAIN= # do not build programs for program development
-#NO_USB= # do not build USB-related programs
#
# Variables that control how ppp(8) is built.
#PPP_NO_NAT= # do not build with NAT support (see make.conf(5))
@@ -151,18 +109,6 @@
#
#TRACEROUTE_NO_IPSEC= # do not build traceroute(8) with IPSEC support
#
-# Variables to control whether parts of the base BIND are built.
-# Defining NO_BIND makes all of the following BIND variables obsolete.
-# Please see the more detailed descriptions in make.conf(5).
-#NO_BIND= # Do not build any part of BIND
-#NO_BIND_DNSSEC= # Do not build dnssec-keygen, dnssec-signzone
-#NO_BIND_ETC= # Do not install files to /etc/namedb
-#NO_BIND_LIBS_LWRES= # Do not install the lwres library
-#NO_BIND_MTREE= # Do not run mtree to create chroot directories
-#NO_BIND_NAMED= # Do not build named, rndc, lwresd, etc.
-#NO_BIND_UTILS= # Do not build dig, host, nslookup, nsupdate
-#WITH_BIND_LIBS= # Install the BIND libs and include files
-#
# To build sys/modules when building the world (our old way of doing things)
#MODULES_WITH_WORLD= # do not build modules when building kernel
#
@@ -172,17 +118,6 @@
# The list of modules to never build, applied *after* MODULES_OVERRIDE.
#WITHOUT_MODULES= bktr plip
#
-# The following controls building optional IDEA code in libcrypto and
-# certain ports. Patents are involved - you must not use this unless
-# you either have a license or fall within patent 'fair use'
-# provisions.
-#
-# *** It is YOUR RESPONSIBILITY to determine if you can use this! ***
-#
-# IDEA is patented in the USA and many European countries - thought to
-# be OK to use for any non-commercial use. This is optional.
-#MAKE_IDEA= # IDEA (128 bit symmetric encryption)
-#
# If you do not want unformatted manual pages to be compressed
# when they are installed:
#
@@ -329,9 +264,3 @@
# /etc/mail/Makefile. Defaults to 0640.
#
#SENDMAIL_MAP_PERMS=
-#
-# wpa_supplicant
-#
-# Set this to disable building 802.1X and EAP support in wpa_supplicant.
-#
-#NO_WPA_SUPPLICANT_EAPOL=true
OpenPOWER on IntegriCloud