]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/ps/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / bin / ps / Makefile
1 # $FreeBSD$
2 #       @(#)Makefile    8.1 (Berkeley) 6/2/93
3
4 PACKAGE=runtime
5 PROG=   ps
6 SRCS=   fmt.c keyword.c nlist.c print.c ps.c
7
8 #
9 # To support "lazy" ps for non root/wheel users
10 # add -DLAZY_PS to the cflags.  This helps
11 # keep ps from being an unnecessary load
12 # on large systems.
13 #
14 CFLAGS+=-DLAZY_PS
15 LIBADD= m kvm jail xo
16
17 .include <bsd.prog.mk>