xref: /freebsd/bin/ps/Makefile (revision 62e6ca0f07e448da27cb2cc8165e749e7fdfcd7e)
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