aboutsummaryrefslogtreecommitdiffstats
path: root/misc_cmds/calendar/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 14:58:51 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 15:16:03 -0400
commit321f13e90834f52aae0ed658d0defc4a904e4d72 (patch)
treef84111638486f68e3139a25af0513b08b69ba556 /misc_cmds/calendar/Makefile
parentf7d1a11d83e1d5e2053b6690fb0aefeaa16e922b (diff)
downloadapple_cmds-321f13e90834f52aae0ed658d0defc4a904e4d72.tar.gz
apple_cmds-321f13e90834f52aae0ed658d0defc4a904e4d72.tar.zst
apple_cmds-321f13e90834f52aae0ed658d0defc4a904e4d72.zip
misc_cmds: use libiosexec
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>