Source-Changes-HG archive

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

[src/trunk]: src/share/misc Remove getopt from the Makefile too.



details:   https://anonhg.NetBSD.org/src/rev/fbfcb7b818ad
branches:  trunk
changeset: 476417:fbfcb7b818ad
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Sep 16 09:12:06 1999 +0000

description:
Remove getopt from the Makefile too.

diffstat:

 share/misc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 6901b4aeae78 -r fbfcb7b818ad share/misc/Makefile
--- a/share/misc/Makefile       Thu Sep 16 08:12:21 1999 +0000
+++ b/share/misc/Makefile       Thu Sep 16 09:12:06 1999 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.19 1999/09/03 21:35:05 christos Exp $
+#      $NetBSD: Makefile,v 1.20 1999/09/16 09:12:06 fvdl Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
 FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
-       eqnchar flowers getopt indent.pro inter.phone language man.template \
+       eqnchar flowers 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.19 1999/09/03 21:35:05 christos Exp $$' ;  \
+       echo '# $$NetBSD: Makefile,v 1.20 1999/09/16 09:12:06 fvdl 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