Source-Changes-HG archive

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

[src/trunk]: src/share minor makefile delint



details:   https://anonhg.NetBSD.org/src/rev/c3494a825b9a
branches:  trunk
changeset: 536545:c3494a825b9a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Sep 18 07:50:31 2002 +0000

description:
minor makefile delint

diffstat:

 share/dict/Makefile           |  5 +++--
 share/misc/Makefile           |  7 ++++---
 share/nls/Makefile            |  5 +++--
 share/tabset/Makefile         |  5 +++--
 share/wscons/keymaps/Makefile |  5 +++--
 5 files changed, 16 insertions(+), 11 deletions(-)

diffs (96 lines):

diff -r e1fef7e25387 -r c3494a825b9a share/dict/Makefile
--- a/share/dict/Makefile       Wed Sep 18 07:35:40 2002 +0000
+++ b/share/dict/Makefile       Wed Sep 18 07:50:31 2002 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile,v 1.15 2001/12/12 01:49:14 tv Exp $
+#      $NetBSD: Makefile,v 1.16 2002/09/18 08:12:29 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 # Missing: connectives, words
 
+NOOBJ= # defined
+
 FILES= README propernames web2 web2a
 FILESDIR=${BINDIR}/dict
-NOOBJ= # defined
 LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
 
 .include <bsd.prog.mk>
diff -r e1fef7e25387 -r c3494a825b9a share/misc/Makefile
--- a/share/misc/Makefile       Wed Sep 18 07:35:40 2002 +0000
+++ b/share/misc/Makefile       Wed Sep 18 07:50:31 2002 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile,v 1.22 2001/12/12 01:49:17 tv Exp $
+#      $NetBSD: Makefile,v 1.23 2002/09/18 08:12:30 lukem Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
+NOOBJ= # defined
+
 FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
        eqnchar flowers indent.pro inter.phone language man.template \
        mdoc.template na.phone operator style zipcodes
 FILESDIR=${BINDIR}/misc
-NOOBJ= # defined
 
 
 # According to iana%ISI.EDU@localhost, the URL below is the authoritative list
@@ -13,7 +14,7 @@
 update-domains:
        ftp -o /tmp/domains.$$$$ http://www.iana.org/country-codes.txt ; \
        ( \
-       echo '# $$NetBSD: Makefile,v 1.22 2001/12/12 01:49:17 tv Exp $$' ;  \
+       echo '# $$NetBSD: Makefile,v 1.23 2002/09/18 08:12:30 lukem Exp $$' ;  \
        echo '# ISO 3166 country codes, from http://www.iana.org/country-codes.txt' ;  \
        echo '# '`grep ^Latest /tmp/domains.$$$$` ;  \
        echo '#' ;  \
diff -r e1fef7e25387 -r c3494a825b9a share/nls/Makefile
--- a/share/nls/Makefile        Wed Sep 18 07:35:40 2002 +0000
+++ b/share/nls/Makefile        Wed Sep 18 07:50:31 2002 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: Makefile,v 1.1 2002/02/13 07:54:23 yamt Exp $
+#      $NetBSD: Makefile,v 1.2 2002/09/18 07:50:31 lukem Exp $
+
+NOOBJ= # defined
 
 .include <bsd.own.mk>
 
 .if ${MKNLS} != "no"
 FILES= nls.alias
 FILESDIR=/usr/share/nls # XXX use NLSDIR?
-NOOBJ= # defined
 
 .include <bsd.prog.mk>
 .endif
diff -r e1fef7e25387 -r c3494a825b9a share/tabset/Makefile
--- a/share/tabset/Makefile     Wed Sep 18 07:35:40 2002 +0000
+++ b/share/tabset/Makefile     Wed Sep 18 07:50:31 2002 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.13 2001/12/12 01:49:33 tv Exp $
+#      $NetBSD: Makefile,v 1.14 2002/09/18 08:12:31 lukem Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/8/93
 
+NOOBJ= # defined
+
 FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
        stdcrt tandem653 teleray vt100 vt100-w wyse-adds xerox1720 xerox1730 \
        xerox1730-lm zenith29
 FILESDIR= ${BINDIR}/tabset
-NOOBJ= # defined
 
 .include <bsd.prog.mk>
diff -r e1fef7e25387 -r c3494a825b9a share/wscons/keymaps/Makefile
--- a/share/wscons/keymaps/Makefile     Wed Sep 18 07:35:40 2002 +0000
+++ b/share/wscons/keymaps/Makefile     Wed Sep 18 07:50:31 2002 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2002/01/12 21:07:12 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/18 08:12:31 lukem Exp $
+
+NOOBJ= # defined
 
 FILES= pckbd.be.azerty pckbd.hu.iso8859-2 pckbd.pl.iso8859-2 pckbd.sv.svascii \
        pckbd.ru.koi8-r
 
 FILESDIR= /usr/share/wscons/keymaps
-NOOBJ= # defined
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index