freebsd-dev/usr.bin/calendar/calendars/calendar.all
David Malone df374705d2 Add a French calendar.
PR:		32265
Submitted by:	Thierry Thomas <thierry@pompo.net>
MFC after:	1 week
2002-04-28 23:22:13 +00:00

18 lines
313 B
Plaintext

/*
* International and national calendar files
*
* $FreeBSD$
*/
#ifndef _calendar_all_
#define _calendar_all_
#include <calendar.world>
#include <calendar.croatian>
#include <calendar.french>
#include <calendar.german>
#include <calendar.russian>
#include <calendar.usholiday>
#endif /* !_calendar_all_ */