diff options
author | obrien <obrien@FreeBSD.org> | 1999-05-23 17:57:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-05-23 17:57:23 +0000 |
commit | dc18e04b98fbe4a6b1cfc1b468ec9e57654adb9d (patch) | |
tree | 08c53ba429a4db26d8e81599bf745732ae11defe /etc | |
parent | 6a83da626f3be7608a613cb444387330662e6d59 (diff) | |
download | FreeBSD-src-dc18e04b98fbe4a6b1cfc1b468ec9e57654adb9d.zip FreeBSD-src-dc18e04b98fbe4a6b1cfc1b468ec9e57654adb9d.tar.gz |
Get case right in "COMPAT3X".
Submitted by: Kevin Street <street@iname.com>
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 7dd11f9..0826cab 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 7dd11f9..0826cab 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 |