summaryrefslogtreecommitdiff
path: root/share/misc
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-09-18 07:50:31 +0000
committerlukem <lukem@NetBSD.org>2002-09-18 07:50:31 +0000
commit32cfc56babf0d7ec7bd0f2ff2e9ee67bfa301fca (patch)
tree840f21208cd88e497d5a5d53388401de5d153f42 /share/misc
parenta5390eb1213528ad194110216bd20ae38f5e4cf8 (diff)
minor makefile delint
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/Makefile7
1 files changed, 4 insertions, 3 deletions
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 '#' ; \