svn commit: r301670 - stable/9/usr.sbin/bsnmpd/tools
Garrett Cooper
ngie at FreeBSD.org
Wed Jun 8 18:07:52 UTC 2016
Author: ngie
Date: Wed Jun 8 18:07:51 2016
New Revision: 301670
URL: https://svnweb.freebsd.org/changeset/base/301670
Log:
MFstable/10 r301669:
MFC r299806:
Bump WARNS to 6
Modified:
stable/9/usr.sbin/bsnmpd/tools/Makefile.inc
Directory Properties:
stable/9/ (props changed)
stable/9/usr.sbin/ (props changed)
stable/9/usr.sbin/bsnmpd/ (props changed)
Modified: stable/9/usr.sbin/bsnmpd/tools/Makefile.inc
==============================================================================
--- stable/9/usr.sbin/bsnmpd/tools/Makefile.inc Wed Jun 8 18:05:52 2016 (r301669)
+++ stable/9/usr.sbin/bsnmpd/tools/Makefile.inc Wed Jun 8 18:07:51 2016 (r301670)
@@ -11,3 +11,5 @@ LIBBSNMPTOOLSDIR= ${.OBJDIR}/../lib
LIBBSNMPTOOLSDIR= ${.CURDIR}/../libbsnmptools
.endif
LIBBSNMPTOOLS= ${LIBBSNMPTOOLSDIR}/libbsnmptools.a
+
+WARNS?= 6
More information about the svn-src-stable-9
mailing list