1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Overdue removal of COMPAT* knobs.

This commit is contained in:
Ruslan Ermilov 2004-10-15 08:51:12 +00:00
parent 9e6b875495
commit 17c6b5af7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136551
2 changed files with 1 additions and 44 deletions

View File

@ -178,17 +178,6 @@
#NOMANCOMPRESS= true
#
#
# If you want the "compat" shared libraries installed as part of your normal
# builds, uncomment these:
#
#COMPAT1X= yes
#COMPAT20= yes
#COMPAT21= yes
#COMPAT22= yes
#COMPAT3X= yes
#COMPAT4X= yes
#
#
# Default format for system documentation, depends on your printer.
# Set this to "ascii" for simple printers or screen
#

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd October 5, 2004
.Dd October 15, 2004
.Dt MAKE.CONF 5
.Os
.Sh NAME
@ -372,38 +372,6 @@ Set to not build modules with the kernel.
The following list provides a name and short description for variables
that are used during the world build:
.Bl -tag -width Ar
.It Va COMPAT1X
.Pq Vt bool
Set to install the
.Fx
1 compatibility libraries.
.It Va COMPAT20
.Pq Vt bool
Set to install the
.Fx 2.0
compatibility libraries.
.It Va COMPAT21
.Pq Vt bool
Set to install the
.Fx 2.1
compatibility libraries.
.It Va COMPAT22
.Pq Vt bool
Set to install the
.Fx 2.2
compatibility libraries.
.It Va COMPAT3X
.Pq Vt bool
Set to install the
.Fx
3
compatibility libraries.
.It Va COMPAT4X
.Pq Vt bool
Set to install the
.Fx
4
compatibility libraries.
.It Va MAKE_IDEA
.Pq Vt bool
Set to build the IDEA encryption code.