summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-12-08 07:21:33 +0000
committerpst <pst@FreeBSD.org>1996-12-08 07:21:33 +0000
commita18ba114a11de21f7f9a5c35a30dd17f19ec8686 (patch)
tree691404ac840b9c6208fd883a876c6de75460f131 /share/timedef
parent1d4d7470d6e10896219844027e2cae76a83b3433 (diff)
downloadFreeBSD-src-a18ba114a11de21f7f9a5c35a30dd17f19ec8686.zip
FreeBSD-src-a18ba114a11de21f7f9a5c35a30dd17f19ec8686.tar.gz
Whoops, also fix time for those watchmakers to the north...
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/data/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile
index bcc6b8d..f12e582 100644
--- a/share/timedef/data/Makefile
+++ b/share/timedef/data/Makefile
@@ -10,6 +10,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
DE_LINKS = de_AT de_CH
FR_LINKS = fr_BE fr_CA fr_CH
+IT_LINKS = it_CH
.SUFFIXES: .src .out
@@ -31,5 +32,9 @@ afterinstall:
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${IT_LINKS}; do \
+ ln -fs ../it_IT.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
+ done
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud