From da28dc88d32f2f06b995a51f86015abd7edf6081 Mon Sep 17 00:00:00 2001 From: harti Date: Thu, 12 May 2005 15:58:25 +0000 Subject: 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(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index bbb03de..40903eb 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\" -- cgit v1.1