Remove tab only line. (Emacs makefile mode complains it.)

This commit is contained in:
taca 2001-10-22 10:53:47 +00:00
parent 9525a1af56
commit ce11bd32bc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 1999/09/16 09:12:06 fvdl Exp $
# $NetBSD: Makefile,v 1.21 2001/10/22 10:53:47 taca Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
@ -13,7 +13,7 @@ MKOBJ= no
update-domains:
ftp -o /tmp/domains.$$$$ http://www.iana.org/country-codes.txt ; \
( \
echo '# $$NetBSD: Makefile,v 1.20 1999/09/16 09:12:06 fvdl Exp $$' ; \
echo '# $$NetBSD: Makefile,v 1.21 2001/10/22 10:53:47 taca Exp $$' ; \
echo '# ISO 3166 country codes, from http://www.iana.org/country-codes.txt' ; \
echo '# '`grep ^Latest /tmp/domains.$$$$` ; \
echo '#' ; \
@ -21,5 +21,4 @@ update-domains:
) >domains ; \
rm /tmp/domains.$$$$
.include <bsd.prog.mk>