# $NetBSD: Makefile,v 1.14 1999/01/06 04:41:49 hubertf Exp $ # @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES= airport ascii birthtoken domains eqnchar flowers getopt \ inter.phone man.template mdoc.template na.phone operator style \ zipcodes FILESDIR=${BINDIR}/misc NOOBJ= noobj # According to iana@ISI.EDU, the URL below is the authoritative list # distributed by the ISO 3166 Maintenance Agency. update-domains: ftp -o /tmp/domains.$$$$ http://www.iana.org/country-codes.txt ; \ ( \ echo '# $$NetBSD: Makefile,v 1.14 1999/01/06 04:41:49 hubertf Exp $$' ; \ echo '# ISO 3166 country codes, from http://www.iana.org/country-codes.txt' ; \ echo '# '`grep ^Latest /tmp/domains.$$$$` ; \ echo '#' ; \ perl -ane 'print lc(join(" ", $$F[$$#F-2], @F[0..$$#F-3])),"\n" if /^[A-Z]{2,}\s*.*\d{3}\s*$$/;' domains ; \ rm /tmp/domains.$$$$ .include