]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/ps/Makefile
sys: add conf/std.debug, generic debugging options
[FreeBSD/FreeBSD.git] / bin / ps / Makefile
1
2 PACKAGE=runtime
3 PROG=   ps
4 SRCS=   fmt.c keyword.c nlist.c print.c ps.c
5
6 #
7 # To support "lazy" ps for non root/wheel users
8 # add -DLAZY_PS to the cflags.  This helps
9 # keep ps from being an unnecessary load
10 # on large systems.
11 #
12 CFLAGS+=-DLAZY_PS
13 LIBADD= m kvm jail xo
14
15 .include <bsd.prog.mk>