From fda7e43bda246249436163bdf7c032df969bcff1 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Thu, 12 May 2005 15:58:25 +0000 Subject: [PATCH] Still too early to bump WARNS - there are still warnings on 64bit architectures. --- usr.bin/make/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index bbb03de3c99..40903eb34b0 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -8,7 +8,7 @@ SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \ lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c NO_WERROR= -WARNS?= 4 +WARNS?= 3 NO_SHARED?= YES CFLAGS+=-DMAKE_VERSION=\"5200408120\"