diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-23 17:57:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-05-23 17:57:23 +0000 |
commit | c2fc637349b5547fc75cad1d8a8cf0306ac8657d (patch) | |
tree | fc37c0f4e6ffe3e7a561fa0ede012971f5251a1c /etc | |
parent | ef9866be68bd82cc5731aa1d18babe9f9d778f2f (diff) | |
download | src-c2fc637349b5547fc75cad1d8a8cf0306ac8657d.tar.gz src-c2fc637349b5547fc75cad1d8a8cf0306ac8657d.zip |
Get case right in "COMPAT3X".
Submitted by: Kevin Street <street@iname.com>
Notes
Notes:
svn path=/head/; revision=47430
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 4 | ||||
-rw-r--r-- | etc/make.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 7dd11f912ecd..0826cab84581 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.77 1999/05/02 00:18:02 obrien Exp $ +# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -48,7 +48,7 @@ #COMPAT20= yes #COMPAT21= yes #COMPAT22= yes -#COMPAT3x= yes +#COMPAT3X= yes # # # If you do not want additional documentation (some of which are diff --git a/etc/make.conf b/etc/make.conf index 7dd11f912ecd..0826cab84581 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.77 1999/05/02 00:18:02 obrien Exp $ +# $Id: make.conf,v 1.78 1999/05/19 02:05:50 obrien Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -48,7 +48,7 @@ #COMPAT20= yes #COMPAT21= yes #COMPAT22= yes -#COMPAT3x= yes +#COMPAT3X= yes # # # If you do not want additional documentation (some of which are |