aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/Makefile
diff options
context:
space:
mode:
authorJosef El-Rayes <josef@FreeBSD.org>2004-06-04 11:30:52 +0000
committerJosef El-Rayes <josef@FreeBSD.org>2004-06-04 11:30:52 +0000
commitdd17ea59d76610a700d1a3801c51b693c0728f41 (patch)
treebc55f96721453c4d3f75263d64d8ca8361411d9c /usr.bin/calendar/Makefile
parentc4d85674d536969346f03368de5ef5544cf20d3d (diff)
downloadsrc-dd17ea59d76610a700d1a3801c51b693c0728f41.tar.gz
src-dd17ea59d76610a700d1a3801c51b693c0728f41.zip
Add austrian calendar as install target.
Approved by: le Pointed out by: stefanf
Notes
Notes: svn path=/head/; revision=130066
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r--usr.bin/calendar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile
index c30e943dd293..2131e42f3a4b 100644
--- a/usr.bin/calendar/Makefile
+++ b/usr.bin/calendar/Makefile
@@ -3,7 +3,8 @@
PROG= calendar
SRCS= calendar.c io.c day.c ostern.c paskha.c
-INTER= de_DE.ISO8859-1 fr_FR.ISO8859-1 hr_HR.ISO8859-2 ru_RU.KOI8-R
+INTER= de_AT.ISO_8859-15 de_DE.ISO8859-1 fr_FR.ISO8859-1 \
+ hr_HR.ISO8859-2 ru_RU.KOI8-R
DE_LINKS= de_DE.ISO8859-15
FR_LINKS= fr_FR.ISO8859-15
TEXTMODE?= 444