From cc7045ec4c6931b17a2e16bd7ce73258e6a1612c Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 27 Jan 2005 13:42:40 +0000 Subject: [PATCH] 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 562843653e4e..9be197933ee8 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