minix/share/misc/Makefile
Ben Gras 5737b690dc import NetBSD /usr/share/misc/
. for /usr/share/misc/style, NetBSD coding style
	. and for indent.pro (style-compatible indent(1) indenting profile)
2012-03-23 16:27:59 +01:00

34 lines
944 B
Makefile

# $NetBSD: Makefile,v 1.36 2011/01/18 23:12:38 jruoho Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
NOOBJ= # defined
FILES= NetBSD.el acronyms acronyms.comp airport ascii \
birthtoken bsd-family-tree \
country domains operator \
eqnchar flowers indent.pro inter.phone language man.template \
mdoc.template na.phone na.postal style zipcodes
FILESDIR=${BINDIR}/misc
# According to iana@ISI.EDU, the URL below is the authoritative list
# distributed by the ISO 3166 Maintenance Agency.
DOMAIN_URL= http://www.iana.org/root-whois/index.html
update-domains:
( \
echo '# $$''NetBSD''$$' ; \
echo '# ISO 3166 country codes, from ${DOMAIN_URL}' ; \
echo '# Last update:' `date` ; \
echo '#' ; \
ftp -o - ${DOMAIN_URL} \
| ${TOOL_SED} -n -f ${.CURDIR}/domains.sed \
) > domains ; \
update-na.phone:
< /dev/null ${TOOL_AWK} -f nanpa.awk > na.phone
update-country:
${.CURDIR}/make.country > country
.include <bsd.prog.mk>