1PACKAGE=runtime 2PROG= ps 3SRCS= fmt.c keyword.c nlist.c print.c ps.c 4 5LIBADD= m kvm jail xo 6 7.include <bsd.prog.mk> 8