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