diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-10 20:47:31 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-10 20:47:31 +0000 |
commit | 5e605da4777b76d71251855122cb4cc2f988d970 (patch) | |
tree | ca7e59286bdadcf5cd056b4a52cce847a77bef70 /usr.bin/calendar/Makefile | |
parent | ba00c2b48a799a9c41f4311a88d4406059cd4500 (diff) |
define pesach (by gauss) and fix judaic calendar
Diffstat (limited to 'usr.bin/calendar/Makefile')
-rw-r--r-- | usr.bin/calendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index ed9214b09ab..9c479dc697a 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2004/01/16 18:43:28 mickey Exp $ +# $OpenBSD: Makefile,v 1.9 2004/12/10 20:47:30 mickey Exp $ PROG= calendar -SRCS= calendar.c io.c day.c ostern.c paskha.c +SRCS= calendar.c io.c day.c pesach.c ostern.c paskha.c INTER= de_DE.ISO_8859-1 hr_HR.ISO_8859-2 ru_RU.KOI8-R fr_FR.ISO8859-1 beforeinstall: |