Deleted Added
full compact
Makefile (283304) Makefile (287111)
1# $FreeBSD: head/bin/ps/Makefile 283304 2015-05-22 23:07:55Z marcel $
1# $FreeBSD: head/bin/ps/Makefile 287111 2015-08-24 16:26:20Z marcel $
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4PROG= ps
5SRCS= fmt.c keyword.c nlist.c print.c ps.c
6
7#
8# To support "lazy" ps for non root/wheel users
9# add -DLAZY_PS to the cflags. This helps
10# keep ps from being an unnecessary load
11# on large systems.
12#
13CFLAGS+=-DLAZY_PS
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4PROG= ps
5SRCS= fmt.c keyword.c nlist.c print.c ps.c
6
7#
8# To support "lazy" ps for non root/wheel users
9# add -DLAZY_PS to the cflags. This helps
10# keep ps from being an unnecessary load
11# on large systems.
12#
13CFLAGS+=-DLAZY_PS
14LIBADD= m kvm jail xo
14LIBADD= m kvm jail xo util
15
16.include <bsd.prog.mk>
15
16.include <bsd.prog.mk>