Date: Fri, 28 Sep 2001 12:41:47 -0400 From: Mike Barcroft <mike@FreeBSD.ORG> To: "Sergey A. Osokin" <osa@freebsd.org.ru> Cc: audit@FreeBSD.ORG Subject: Re: iostat(8) WARNS=2 cleanup Message-ID: <20010928124147.E12254@coffee.q9media.com> In-Reply-To: <20010927225814.A46080@freebsd.org.ru>; from osa@freebsd.org.ru on Thu, Sep 27, 2001 at 10:58:14PM %2B0400 References: <20010927225814.A46080@freebsd.org.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan identified all of the problems, expect this one: Sergey A. Osokin <osa@freebsd.org.ru> writes: > diff -ruN iostat.orig/Makefile iostat/Makefile > --- iostat.orig/Makefile Mon Sep 24 13:20:34 2001 > +++ iostat/Makefile Mon Sep 24 12:58:56 2001 > @@ -8,4 +8,6 @@ > LDADD= -lkvm -ldevstat -lm > MAN= iostat.8 > > +WARNS?= 2 > + > .include <bsd.prog.mk> WARNS?= belongs directly below PROG= in this case. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010928124147.E12254>