svn commit: r284076 - head/sbin/badsect

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 6 13:49:56 UTC 2015


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>


More information about the svn-src-all mailing list