From 17c6b5af7f7230cca00519e509ccf1d75532547b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 15 Oct 2004 08:51:12 +0000 Subject: [PATCH] Overdue removal of COMPAT* knobs. --- share/examples/etc/make.conf | 11 ----------- share/man/man5/make.conf.5 | 34 +--------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index d84aed540eaf..536c1ecc5fad 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -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 # diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 60a6ef56fa43..1d3490fd3422 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -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.