Revert r336353 completely based on protest; compatibility shims incoming

This commit is contained in:
Kyle Evans 2018-07-17 14:11:30 +00:00
parent 1693fd03d9
commit e47edf50dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336414
9 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600013
STD8X16FONT?= iso

View File

@ -18,7 +18,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
.if !defined(S)
S= ../../..

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
STD8X16FONT?= iso

View File

@ -15,7 +15,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
STD8X16FONT?= iso

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
STD8X16FONT?= iso

View File

@ -19,7 +19,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
.if !defined(S)
S= ../../..

View File

@ -17,7 +17,7 @@
#
# Which version of config(8) is required.
%VERSREQ= 700000
%VERSREQ= 600012
STD8X16FONT?= iso

View File

@ -49,5 +49,5 @@
*
* $FreeBSD$
*/
#define CONFIGVERS 700000
#define CONFIGVERS 600015
#define MAJOR_VERS(x) ((x) / 100000)