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