Obfuscate RCS ID matching so that CVS doesn't expand it.
[netbsd-mini2440.git] / share / misc / Makefile
bloba416e4cef5d86fe2a20164ab47fe5ef938fd2021
1 # $NetBSD: Makefile,v 1.32 2008/10/19 22:05:20 apb Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/8/93
4 NOOBJ= # defined
6 FILES= NetBSD.el acronyms acronyms.comp airport ascii \
7 birthtoken bsd-family-tree \
8 country domains \
9 eqnchar flowers indent.pro inter.phone language man.template \
10 mdoc.template na.phone na.postal operator 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
17 update-domains:
18 ( \
19 echo '# $$''NetBSD''$$' ; \
20 echo '# ISO 3166 country codes, from ${DOMAIN_URL}' ; \
21 echo '# Last update:' `date` ; \
22 echo '#' ; \
23 ftp -o - ${DOMAIN_URL} \
24 | ${TOOL_SED} -n -f ${.CURDIR}/domains.sed \
25 ) > domains ; \
27 update-na.phone:
28 < /dev/null ${TOOL_AWK} -f nanpa.awk > na.phone
30 .include <bsd.prog.mk>