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