summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-01-27 13:42:40 +0000
committerdelphij <delphij@FreeBSD.org>2005-01-27 13:42:40 +0000
commite0ac0a48cd5f9e54521f1dc133f9fc10bee873fc (patch)
treec03aaafc96c4d043bf85a279d8bbddaa2111d121 /bin/ps
parent7c352f942e583619d2f0f25a6cc8c46330ddef9b (diff)
downloadFreeBSD-src-e0ac0a48cd5f9e54521f1dc133f9fc10bee873fc.zip
FreeBSD-src-e0ac0a48cd5f9e54521f1dc133f9fc10bee873fc.tar.gz
ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,
so use default WARNS level from bin/Makefile.inc
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 5628436..9be1979 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -3,7 +3,7 @@
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
-WARNS?= 5
+
#
# To support "lazy" ps for non root/wheel users
# add -DLAZY_PS to the cflags. This helps
OpenPOWER on IntegriCloud