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/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell_cmds/nohup/Makefile b/shell_cmds/nohup/Makefile
new file mode 100644
index 0000000..2246f0d
--- /dev/null
+++ b/shell_cmds/nohup/Makefile
@@ -0,0 +1,5 @@
+PROG= nohup
+
+LDADD+=-liosexec
+
+.include <bsd.prog.mk>