diff options
author | ache <ache@FreeBSD.org> | 1994-06-16 17:13:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-06-16 17:13:53 +0000 |
commit | 9688077418bc66b6c6ed8770b2f0674e1b886446 (patch) | |
tree | 89cf9112bd5c132edd666a925dca3b12d413afb5 /etc | |
parent | 59243a1434ab5e5537232039dcbcc71b170042e1 (diff) | |
download | FreeBSD-src-9688077418bc66b6c6ed8770b2f0674e1b886446.zip FreeBSD-src-9688077418bc66b6c6ed8770b2f0674e1b886446.tar.gz |
Add commented out STARTUP_LOCALE with explanation
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 13 | ||||
-rw-r--r-- | etc/make.conf | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index f55ab6f..70467fe 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.6 1994/06/15 20:24:16 adam Exp $ +# $Id: make.conf,v 1.7 1994/06/15 21:32:38 adam 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 @@ -58,3 +58,14 @@ # is a compile-time static option to 'cc'. # #CCFPU= yes +# +# +# If you use national 8-bit charset and your charset description is +# installed into /usr/share/locale (see setlocale(3)), you can +# automatically setup all ctype-oriented application to understand +# your charset properly by two things: +# 1) uncomment following option +# 2) set environment variable "LANG" to your charset name +# +#STARTUP_LOCALE= yes +# diff --git a/etc/make.conf b/etc/make.conf index f55ab6f..70467fe 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.6 1994/06/15 20:24:16 adam Exp $ +# $Id: make.conf,v 1.7 1994/06/15 21:32:38 adam 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 @@ -58,3 +58,14 @@ # is a compile-time static option to 'cc'. # #CCFPU= yes +# +# +# If you use national 8-bit charset and your charset description is +# installed into /usr/share/locale (see setlocale(3)), you can +# automatically setup all ctype-oriented application to understand +# your charset properly by two things: +# 1) uncomment following option +# 2) set environment variable "LANG" to your charset name +# +#STARTUP_LOCALE= yes +# |