aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/sc_usage.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/sc_usage.tproj/Makefile')
-rw-r--r--system_cmds/sc_usage.tproj/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/system_cmds/sc_usage.tproj/Makefile b/system_cmds/sc_usage.tproj/Makefile
new file mode 100644
index 0000000..3cf5de4
--- /dev/null
+++ b/system_cmds/sc_usage.tproj/Makefile
@@ -0,0 +1,5 @@
+PROG= sc_usage
+
+LDADD+=-lncursesw -liosexec
+
+.include <bsd.prog.mk>