Home | History | Annotate | Line # | Download | only in misc
Makefile revision 1.29.8.1
      1  1.29.8.1     matt #	$NetBSD: Makefile,v 1.29.8.1 2007/11/06 23:13:18 matt 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.29.8.1     matt DOMAIN_URL=	http://www.iana.org/root-whois/index.html 
     17      1.13  hubertf update-domains:
     18      1.13  hubertf 	( \
     19  1.29.8.1     matt 	  echo '# $$''NetBSD''$$' ;  \
     20  1.29.8.1     matt 	  echo '# ISO 3166 country codes, from ${DOMAIN_URL}' ; \
     21  1.29.8.1     matt 	  echo '# Last update:' `date` ; \
     22  1.29.8.1     matt 	  echo '#' ; \
     23  1.29.8.1     matt 	  ftp -o - ${DOMAIN_URL} \
     24  1.29.8.1     matt 	  | sed -n -f ${.CURDIR}/domains.sed \
     25      1.24    jhawk 	 ) > domains ; \
     26      1.26    jhawk 
     27      1.26    jhawk update-na.phone:
     28      1.26    jhawk 	< /dev/null awk -f nanpa.awk > na.phone
     29       1.1      cgd 
     30       1.1      cgd .include <bsd.prog.mk>
     31