aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 596aa57fd2df..94a6b07757f0 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -1,17 +1,10 @@
-# $FreeBSD$
-# @(#)Makefile 8.1 (Berkeley) 6/2/93
-
PACKAGE=runtime
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
-#
-# To support "lazy" ps for non root/wheel users
-# add -DLAZY_PS to the cflags. This helps
-# keep ps from being an unnecessary load
-# on large systems.
-#
-CFLAGS+=-DLAZY_PS
LIBADD= m kvm jail xo
+.ifdef PS_CHECK_KEYWORDS
+CFLAGS+=-DPS_CHECK_KEYWORDS
+.endif
.include <bsd.prog.mk>