Remove tab only line. (Emacs makefile mode complains it.)
This commit is contained in:
parent
9525a1af56
commit
ce11bd32bc
@ -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
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||||
|
|
||||||
FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
|
FILES= acronyms airport ascii birthtoken bsd-family-tree country domains \
|
||||||
@ -13,7 +13,7 @@ MKOBJ= no
|
|||||||
update-domains:
|
update-domains:
|
||||||
ftp -o /tmp/domains.$$$$ http://www.iana.org/country-codes.txt ; \
|
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 '# ISO 3166 country codes, from http://www.iana.org/country-codes.txt' ; \
|
||||||
echo '# '`grep ^Latest /tmp/domains.$$$$` ; \
|
echo '# '`grep ^Latest /tmp/domains.$$$$` ; \
|
||||||
echo '#' ; \
|
echo '#' ; \
|
||||||
@ -21,5 +21,4 @@ update-domains:
|
|||||||
) >domains ; \
|
) >domains ; \
|
||||||
rm /tmp/domains.$$$$
|
rm /tmp/domains.$$$$
|
||||||
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user