summaryrefslogtreecommitdiffstats
path: root/share/misc/Makefile
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1999-01-20 19:46:42 +0000
committernik <nik@FreeBSD.org>1999-01-20 19:46:42 +0000
commite314fa35275ab09ec9b3620ab6f2e032b0cfc394 (patch)
treee6a330e2474ad5259a61e3d23a79c4a146151922 /share/misc/Makefile
parenta5edef23afbf4625e713a68cb9f7cf69adc55337 (diff)
downloadFreeBSD-src-e314fa35275ab09ec9b3620ab6f2e032b0cfc394.zip
FreeBSD-src-e314fa35275ab09ec9b3620ab6f2e032b0cfc394.tar.gz
iso639 is the ISO two letter codes for the representation of the names of
languages (en = English, de = German, zn = Chinese, and so on). This complements the existing iso3166 file, which maps codes to countries. Country code != language code. I ran this past -core. No one voiced any objections, jkh said "fine".
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r--share/misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 6cf2e7c..6fa7a3d 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,8 +1,8 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $Id: Makefile,v 1.13 1998/06/21 04:46:53 jkh Exp $
+# $Id: Makefile,v 1.14 1998/09/11 16:38:20 dt Exp $
FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee inter.phone \
- iso3166 man.template mdoc.template operator scsi_modes
+ iso3166 iso639 man.template mdoc.template operator scsi_modes
NOOBJ= noobj
all clean cleandir depend lint tags:
OpenPOWER on IntegriCloud