aboutsummaryrefslogtreecommitdiffstats
path: root/misc_cmds/calendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc_cmds/calendar/Makefile')
-rw-r--r--misc_cmds/calendar/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc_cmds/calendar/Makefile b/misc_cmds/calendar/Makefile
new file mode 100644
index 0000000..f98beae
--- /dev/null
+++ b/misc_cmds/calendar/Makefile
@@ -0,0 +1,10 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
+
+PROG= calendar
+SRCS= calendar.c day.c io.c ostern.c paskha.c
+
+FILES= calendars/calendar.freebsd
+FILESDIR= ${SHAREDIR}/calendar
+
+.include <bsd.prog.mk>