From e3d463662c5830d4b39faf8962d620274de42f0c Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Mon, 15 Jul 2002 09:53:34 +0000 Subject: [PATCH] revert WARNS=4, it makes the alpha compile sad. --- usr.bin/tail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index c8166936983d..9c55635781e4 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -3,6 +3,6 @@ PROG= tail SRCS= forward.c misc.c read.c reverse.c tail.c -WARNS?= 4 +#WARNS?= 4 # XXX: alpha .include