diff options
author | ache <ache@FreeBSD.org> | 1995-06-17 03:17:16 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-17 03:17:16 +0000 |
commit | c8f182e00d9fc91bf312763f3b0f28a7cf6ac226 (patch) | |
tree | 934e2e854d4e90dce016e03ee9de9ac059f2b1bd /etc | |
parent | 361c0307274bb5f01110b5add9ac139ae4a74aa1 (diff) | |
download | FreeBSD-src-c8f182e00d9fc91bf312763f3b0f28a7cf6ac226.zip FreeBSD-src-c8f182e00d9fc91bf312763f3b0f28a7cf6ac226.tar.gz |
Rename ISO8859-1 to ISO_8859-1 per RFC1700
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 8b839de..448721b 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.116 1995/05/13 16:58:37 ache Exp $ +# $Id: Makefile,v 1.117 1995/05/30 03:57:47 rgrimes Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -450,8 +450,8 @@ distrib-dirs: cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys cd ${DESTDIR}/usr/share/locale; \ for l in ${LATIN1LINKS} ; do \ - rm -f $$l.ISO8859-1; \ - ln -s lt_LN.ISO8859-1 $$l.ISO8859-1; \ + rm -f $$l.ISO_8859-1; \ + ln -s lt_LN.ISO_8859-1 $$l.ISO_8859-1; \ done floppies: kcopy.flp filesyst.flp cpio.flp cdins.flp |