PACKAGE=runtime
PROG=	ps
SRCS=	fmt.c keyword.c nlist.c print.c ps.c

LIBADD=	m kvm jail xo

.include <bsd.prog.mk>
