diff options
| author | lukem <lukem@NetBSD.org> | 2002-09-18 07:50:31 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-09-18 07:50:31 +0000 |
| commit | 32cfc56babf0d7ec7bd0f2ff2e9ee67bfa301fca (patch) | |
| tree | 840f21208cd88e497d5a5d53388401de5d153f42 | |
| parent | a5390eb1213528ad194110216bd20ae38f5e4cf8 (diff) | |
minor makefile delint
| -rw-r--r-- | share/dict/Makefile | 5 | ||||
| -rw-r--r-- | share/misc/Makefile | 7 | ||||
| -rw-r--r-- | share/nls/Makefile | 5 | ||||
| -rw-r--r-- | share/tabset/Makefile | 5 | ||||
| -rw-r--r-- | share/wscons/keymaps/Makefile | 5 |
5 files changed, 16 insertions, 11 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile index 71468768a35..627dcded55d 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -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 --git a/share/misc/Makefile b/share/misc/Makefile index d640f052326..d34d689d77c 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -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, the URL below is the authoritative list @@ -13,7 +14,7 @@ NOOBJ= # defined 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 --git a/share/nls/Makefile b/share/nls/Makefile index ae68b769c8e..1f00cbb3867 100644 --- a/share/nls/Makefile +++ b/share/nls/Makefile @@ -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 --git a/share/tabset/Makefile b/share/tabset/Makefile index d5860c95b09..854d1d9c2f8 100644 --- a/share/tabset/Makefile +++ b/share/tabset/Makefile @@ -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 --git a/share/wscons/keymaps/Makefile b/share/wscons/keymaps/Makefile index 95fc937de00..ab3d293d83d 100644 --- a/share/wscons/keymaps/Makefile +++ b/share/wscons/keymaps/Makefile @@ -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> |
