150471Speter# $FreeBSD$
21556Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/2/93
31556Srgrimes
4298107SgjbPACKAGE=runtime
51556SrgrimesPROG=	ps
6105831SrwatsonSRCS=	fmt.c keyword.c nlist.c print.c ps.c
7140903Sdelphij
831552Sdyson#
931552Sdyson# To support "lazy" ps for non root/wheel users
1031552Sdyson# add -DLAZY_PS to the cflags.  This helps
1131552Sdyson# keep ps from being an unnecessary load
1231552Sdyson# on large systems.
1331552Sdyson#
1476812SruCFLAGS+=-DLAZY_PS
15289490SngieLIBADD=	m kvm jail xo
161556Srgrimes
171556Srgrimes.include <bsd.prog.mk>
18