Home | History | Annotate | Line # | Download | only in misc
Makefile revision 1.32
      1  1.32      apb #	$NetBSD: Makefile,v 1.32 2008/10/19 22:05:20 apb 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.27   tsarna 	mdoc.template na.phone na.postal operator 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.31  hubertf 	  | 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.1      cgd .include <bsd.prog.mk>
     31