From 5fef2bdbf37634c2ef82475d613cc8e62b14ee76 Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Thu, 28 Sep 2006 04:24:05 +0000 Subject: [PATCH] The "is_eof" commit made this WARNS 3. --- bin/sh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/Makefile b/bin/sh/Makefile index afc1f6452c..e26b2edcd9 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 8.4 (Berkeley) 5/5/95 # $FreeBSD: src/bin/sh/Makefile,v 1.30.2.1 2001/12/15 10:05:18 knu Exp $ -# $DragonFly: src/bin/sh/Makefile,v 1.5 2005/11/13 11:58:30 corecode Exp $ +# $DragonFly: src/bin/sh/Makefile,v 1.6 2006/09/28 04:24:05 pavalos Exp $ -WARNS?= 0 # Not yet +WARNS?= 3 # Not yet PROG= sh SHSRCS= alias.c arith.y arith_lex.l cd.c echo.c error.c eval.c exec.c expand.c \ -- 2.41.0