aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/ps/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-09 14:37:06 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-09 14:37:06 -0400
commitceb315484ea3900456c31a918145f71f75edeab9 (patch)
tree98fe6c4d1b1bc31ecdf6a1a9be7457efbe0884e6 /adv_cmds/ps/Makefile
parent5fd83771641d15c418f747bd343ba6738d3875f7 (diff)
downloadapple_cmds-ceb315484ea3900456c31a918145f71f75edeab9.tar.gz
apple_cmds-ceb315484ea3900456c31a918145f71f75edeab9.tar.zst
apple_cmds-ceb315484ea3900456c31a918145f71f75edeab9.zip
adv_cmds: All but pkill compiling
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>