diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-12-05 06:05:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-12-05 06:05:02 +0000 |
commit | ab14faef155f7dddf0b1d13ece77e15dd09a230d (patch) | |
tree | f603d35e446a05573f80059ca9563b33bb76809e /usr.bin/calendar/calendars/calendar.world | |
parent | 695bc36262cf9dab8191e45391079a6913144257 (diff) |
FreeBSD calendar(1) + OpenBSD changes.
Diffstat (limited to 'usr.bin/calendar/calendars/calendar.world')
-rw-r--r-- | usr.bin/calendar/calendars/calendar.world | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world new file mode 100644 index 00000000000..c59be6f0ded --- /dev/null +++ b/usr.bin/calendar/calendars/calendar.world @@ -0,0 +1,18 @@ +/* + * World wide calendar files, except national calendars + * + * $OpenBSD: calendar.world,v 1.1 1996/12/05 06:04:51 millert Exp $ + */ + +#ifndef _calendar_world_ +#define _calendar_world_ + +#include <calendar.birthday> +#include <calendar.christian> +#include <calendar.computer> +#include <calendar.history> +#include <calendar.holiday> +#include <calendar.judaic> +#include <calendar.music> + +#endif /* !_calendar_world_ */ |