Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 13:49:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284076 - head/sbin/badsect
Message-ID:  <201506061349.t56Dnts4052140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jun  6 13:49:54 2015
New Revision: 284076
URL: https://svnweb.freebsd.org/changeset/base/284076

Log:
  Remove useless WARNS

Modified:
  head/sbin/badsect/Makefile

Modified: head/sbin/badsect/Makefile
==============================================================================
--- head/sbin/badsect/Makefile	Sat Jun  6 13:39:20 2015	(r284075)
+++ head/sbin/badsect/Makefile	Sat Jun  6 13:49:54 2015	(r284076)
@@ -4,6 +4,5 @@
 PROG=	badsect
 LIBADD=	ufs
 MAN=	badsect.8
-WARNS?=	2
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061349.t56Dnts4052140>