2003-04-11 15:07:15 +04:00
|
|
|
# $NetBSD: Makefile,v 1.28 2003/04/11 11:07:15 jmmv Exp $
|
1997-03-26 09:30:54 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2002-09-18 11:50:31 +04:00
|
|
|
NOOBJ= # defined
|
|
|
|
|
2003-04-11 15:07:15 +04:00
|
|
|
FILES= acronyms acronyms.comp airport ascii birthtoken bsd-family-tree \
|
|
|
|
country domains \
|
1999-09-16 13:12:06 +04:00
|
|
|
eqnchar flowers indent.pro inter.phone language man.template \
|
North American postal region codes table. These are the two letter
"State or Province" codes seen in US, Canadian, and a few other
addresses. Eg, MT for Montana, ON for Ontario, etc. Includes all the
"wierd" ones that many people don't know, like AA, GU, PW, etc.
This information was compiled from a half dozen websites, as there
didn't seem to be (before this) a good complete list.
Discussed with christos, oster, david, and others.
2003-03-26 18:57:54 +03:00
|
|
|
mdoc.template na.phone na.postal operator style zipcodes
|
1997-03-27 11:48:56 +03:00
|
|
|
FILESDIR=${BINDIR}/misc
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-01-05 04:53:09 +03:00
|
|
|
|
|
|
|
# According to iana@ISI.EDU, the URL below is the authoritative list
|
|
|
|
# distributed by the ISO 3166 Maintenance Agency.
|
|
|
|
update-domains:
|
|
|
|
( \
|
2003-03-02 23:12:16 +03:00
|
|
|
mkdir /tmp/domains.$$$$; cd /tmp/domains.$$$$ ; \
|
|
|
|
ftp -o - http://www.iana.org/cctld/cctld-whois.htm | \
|
|
|
|
sed -f ${.CURDIR}/domains.sed > list ;\
|
|
|
|
echo '# $$''NetBSD: $$' ; \
|
|
|
|
echo '# ISO 3166 country codes, from http://www.iana.org/cctld/cctld-whois.htm' ; \
|
|
|
|
cat top ; echo '#' ; cat list ; \
|
|
|
|
) > domains ; \
|
|
|
|
rm -r /tmp/domains.$$$$
|
1999-01-05 04:53:09 +03:00
|
|
|
|
2003-03-03 04:14:33 +03:00
|
|
|
update-na.phone:
|
|
|
|
< /dev/null awk -f nanpa.awk > na.phone
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|