aboutsummaryrefslogtreecommitdiff
path: root/etc/make.conf
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-09-19 02:02:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-09-19 02:02:55 +0000
commit89c8b5adfddb395a7d734bb655c1b8c8e5bb14de (patch)
treef7a3459b37fbe2fd4bbce9fd4582abd63383059c /etc/make.conf
parent54335ac34979427cba6a949204b1fb819520f88e (diff)
Notes
Diffstat (limited to 'etc/make.conf')
-rw-r--r--etc/make.conf12
1 files changed, 1 insertions, 11 deletions
diff --git a/etc/make.conf b/etc/make.conf
index 70467feda4e3..754249e9b5ea 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.7 1994/06/15 21:32:38 adam Exp $
+# $Id: make.conf,v 1.8 1994/06/16 17:13:53 ache 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
@@ -59,13 +59,3 @@
#
#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
-#