summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendars/calendar.world
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-12-05 06:05:02 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-12-05 06:05:02 +0000
commitab14faef155f7dddf0b1d13ece77e15dd09a230d (patch)
treef603d35e446a05573f80059ca9563b33bb76809e /usr.bin/calendar/calendars/calendar.world
parent695bc36262cf9dab8191e45391079a6913144257 (diff)
FreeBSD calendar(1) + OpenBSD changes.
Diffstat (limited to 'usr.bin/calendar/calendars/calendar.world')
-rw-r--r--usr.bin/calendar/calendars/calendar.world18
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_ */