aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'adv_cmds/ps/Makefile')
-rw-r--r--adv_cmds/ps/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/adv_cmds/ps/Makefile b/adv_cmds/ps/Makefile
new file mode 100644
index 0000000..606ddb7
--- /dev/null
+++ b/adv_cmds/ps/Makefile
@@ -0,0 +1,9 @@
+PROG= ps
+SRCS= fmt.c \
+ keyword.c \
+ nlist.c \
+ print.c \
+ ps.c \
+ tasks.c
+
+.include <bsd.prog.mk>