aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/ps/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-14 15:36:51 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-14 15:36:51 -0400
commitd3a7dafd8372974e8286d745e252323b46dd7ad5 (patch)
treec224f1da3b5be08478f4c678acb10bf4c1044fc1 /adv_cmds/ps/Makefile
parentcd21aeee23e543fde02c19655d4e631cd5118a41 (diff)
downloadapple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.tar.gz
apple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.tar.zst
apple_cmds-d3a7dafd8372974e8286d745e252323b46dd7ad5.zip
Only install manpages of apple provided bins
Diffstat (limited to 'adv_cmds/ps/Makefile')
-rw-r--r--adv_cmds/ps/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/adv_cmds/ps/Makefile b/adv_cmds/ps/Makefile
index 0c382a2..145ef7a 100644
--- a/adv_cmds/ps/Makefile
+++ b/adv_cmds/ps/Makefile
@@ -1,7 +1,3 @@
-PROG= ps
-SRCS= fmt.c keyword.c nlist.c \
- print.c ps.c tasks.c
-
-BINDIR=/bin
+MAN= ps.1
.include <bsd.prog.mk>