aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/lsmp.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/lsmp.tproj/Makefile')
-rw-r--r--system_cmds/lsmp.tproj/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/system_cmds/lsmp.tproj/Makefile b/system_cmds/lsmp.tproj/Makefile
new file mode 100644
index 0000000..5c3c5bd
--- /dev/null
+++ b/system_cmds/lsmp.tproj/Makefile
@@ -0,0 +1,6 @@
+PROG= lsmp
+SRCS= lsmp.c \
+port_details.c \
+task_details.c
+
+.include <bsd.prog.mk>