1 # $NetBSD: Makefile,v 1.36 2011/01/18 23:12:38 jruoho Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/8/93
6 FILES
= NetBSD.el acronyms acronyms.comp airport ascii \
7 birthtoken bsd-family-tree \
8 country domains operator \
9 eqnchar flowers indent.pro inter.phone language man.template \
10 mdoc.template na.phone na.postal style zipcodes
11 FILESDIR
=${BINDIR}/misc
14 # According to iana@ISI.EDU, the URL below is the authoritative list
15 # distributed by the ISO 3166 Maintenance Agency.
16 DOMAIN_URL
= http
://www.iana.org
/root-whois
/index.html
19 echo
'# $$''NetBSD''$$' ; \
20 echo
'# ISO 3166 country codes, from ${DOMAIN_URL}' ; \
21 echo
'# Last update:' `date` ; \
23 ftp
-o
- ${DOMAIN_URL} \
24 |
${TOOL_SED} -n
-f
${.CURDIR
}/domains.sed \
28 < /dev
/null
${TOOL_AWK} -f nanpa.awk
> na.phone
31 ${.CURDIR
}/make.country
> country
33 .
include <bsd.prog.mk
>