From e0ac0a48cd5f9e54521f1dc133f9fc10bee873fc Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 27 Jan 2005 13:42:40 +0000 Subject: 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 --- bin/ps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1