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