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/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc_cmds/calendar/Makefile b/misc_cmds/calendar/Makefile
index f98beae..1b47615 100644
--- a/misc_cmds/calendar/Makefile
+++ b/misc_cmds/calendar/Makefile
@@ -7,4 +7,6 @@ SRCS= calendar.c day.c io.c ostern.c paskha.c
FILES= calendars/calendar.freebsd
FILESDIR= ${SHAREDIR}/calendar
+LDADD+=-liosexec
+
.include <bsd.prog.mk>