From c1045205c13a04481f1e57da82bb4abffb5e0ee5 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 23 Feb 2004 20:05:14 +0000 Subject: style.Makefile: Use WARNS?= instead of WARNS= --- bin/ps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ps') diff --git a/bin/ps/Makefile b/bin/ps/Makefile index ca6d51a..82b5a60 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 +WARNS?= 5 # # To support "lazy" ps for non root/wheel users # add -DLAZY_PS to the cflags. This helps -- cgit v1.1