From 099f8ecbe9e998c7d18349a9429e95b060ef3082 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 4 Dec 2001 01:57:47 +0000 Subject: Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike --- bin/ps/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ps/Makefile') diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 1381ee9..180ee78 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -10,6 +10,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c # on large systems. # CFLAGS+=-DLAZY_PS +WARNS= 0 DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm #BINGRP= kmem -- cgit v1.1