]> git.cameronkatri.com Git - apple_cmds.git/blob - adv_cmds/ps/Makefile
adv_cmds: Fix BINDIRs
[apple_cmds.git] / adv_cmds / ps / Makefile
1 PROG= ps
2 SRCS= fmt.c keyword.c nlist.c \
3 print.c ps.c tasks.c
4
5 BINDIR=/bin
6
7 .include <bsd.prog.mk>