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