Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/misc add country and language to the installed files



details:   https://anonhg.NetBSD.org/src/rev/ddfded97a3ad
branches:  trunk
changeset: 476027:ddfded97a3ad
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 03 21:35:05 1999 +0000

description:
add country and language to the installed files

diffstat:

 share/misc/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r f7d9bf02ae7b -r ddfded97a3ad share/misc/Makefile
--- a/share/misc/Makefile       Fri Sep 03 21:32:16 1999 +0000
+++ b/share/misc/Makefile       Fri Sep 03 21:35:05 1999 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.18 1999/07/22 10:07:12 lukem Exp $
+#      $NetBSD: Makefile,v 1.19 1999/09/03 21:35:05 christos Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
-FILES= acronyms airport ascii birthtoken bsd-family-tree domains eqnchar \
-       flowers getopt indent.pro inter.phone man.template mdoc.template \
-       na.phone operator style zipcodes
+FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
+       eqnchar flowers getopt indent.pro inter.phone language man.template \
+       mdoc.template na.phone operator style zipcodes
 FILESDIR=${BINDIR}/misc
 MKOBJ= no
 
@@ -13,7 +13,7 @@
 update-domains:
        ftp -o /tmp/domains.$$$$ http://www.iana.org/country-codes.txt ; \
        ( \
-       echo '# $$NetBSD: Makefile,v 1.18 1999/07/22 10:07:12 lukem Exp $$' ;  \
+       echo '# $$NetBSD: Makefile,v 1.19 1999/09/03 21:35:05 christos Exp $$' ;  \
        echo '# ISO 3166 country codes, from http://www.iana.org/country-codes.txt' ;  \
        echo '# '`grep ^Latest /tmp/domains.$$$$` ;  \
        echo '#' ;  \



Home | Main Index | Thread Index | Old Index