aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/time/Makefile')
-rw-r--r--shell_cmds/time/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/time/Makefile b/shell_cmds/time/Makefile
index a91e94f..f2c8284 100644
--- a/shell_cmds/time/Makefile
+++ b/shell_cmds/time/Makefile
@@ -1,3 +1,5 @@
PROG= time
+LDADD+=-liosexec
+
.include <bsd.prog.mk>