1 1.35 jruoho # $NetBSD: Makefile,v 1.35 2011/01/17 11:09:08 jruoho Exp $ 2 1.10 mikel # @(#)Makefile 8.1 (Berkeley) 6/8/93 3 1.1 cgd 4 1.23 lukem NOOBJ= # defined 5 1.23 lukem 6 1.29 wiz FILES= NetBSD.el acronyms acronyms.comp airport ascii \ 7 1.29 wiz birthtoken bsd-family-tree \ 8 1.28 jmmv country domains \ 9 1.20 fvdl eqnchar flowers indent.pro inter.phone language man.template \ 10 1.35 jruoho mdoc.template na.phone na.postal style zipcodes 11 1.11 mycroft FILESDIR=${BINDIR}/misc 12 1.13 hubertf 13 1.13 hubertf 14 1.13 hubertf # According to iana (at] ISI.EDU, the URL below is the authoritative list 15 1.13 hubertf # distributed by the ISO 3166 Maintenance Agency. 16 1.31 hubertf DOMAIN_URL= http://www.iana.org/root-whois/index.html 17 1.13 hubertf update-domains: 18 1.13 hubertf ( \ 19 1.31 hubertf echo '# $$''NetBSD''$$' ; \ 20 1.31 hubertf echo '# ISO 3166 country codes, from ${DOMAIN_URL}' ; \ 21 1.31 hubertf echo '# Last update:' `date` ; \ 22 1.31 hubertf echo '#' ; \ 23 1.31 hubertf ftp -o - ${DOMAIN_URL} \ 24 1.33 apb | ${TOOL_SED} -n -f ${.CURDIR}/domains.sed \ 25 1.24 jhawk ) > domains ; \ 26 1.26 jhawk 27 1.26 jhawk update-na.phone: 28 1.32 apb < /dev/null ${TOOL_AWK} -f nanpa.awk > na.phone 29 1.1 cgd 30 1.34 christos update-country: 31 1.34 christos ${.CURDIR}/make.country > country 32 1.34 christos 33 1.1 cgd .include <bsd.prog.mk> 34