Source-Changes-HG archive

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

[src/trunk]: src/share/misc add acronyms



details:   https://anonhg.NetBSD.org/src/rev/2ccb9ddca73e
branches:  trunk
changeset: 474832:2ccb9ddca73e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Jul 22 10:07:12 1999 +0000

description:
add acronyms

diffstat:

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

diffs (26 lines):

diff -r 49904b3dc2fb -r 2ccb9ddca73e share/misc/Makefile
--- a/share/misc/Makefile       Thu Jul 22 09:35:06 1999 +0000
+++ b/share/misc/Makefile       Thu Jul 22 10:07:12 1999 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.17 1999/04/24 00:41:39 abs Exp $
+#      $NetBSD: Makefile,v 1.18 1999/07/22 10:07:12 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
-FILES= 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 domains eqnchar \
+       flowers getopt indent.pro inter.phone 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.17 1999/04/24 00:41:39 abs Exp $$' ;  \
+       echo '# $$NetBSD: Makefile,v 1.18 1999/07/22 10:07:12 lukem 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