svn commit: r216473 - head/sbin/geom/class/eli

David E. O'Brien obrien at FreeBSD.org
Thu Dec 16 00:36:11 UTC 2010


Author: obrien
Date: Thu Dec 16 00:36:10 2010
New Revision: 216473
URL: http://svn.freebsd.org/changeset/base/216473

Log:
  Bump WARNS to 6.

Modified:
  head/sbin/geom/class/eli/Makefile

Modified: head/sbin/geom/class/eli/Makefile
==============================================================================
--- head/sbin/geom/class/eli/Makefile	Thu Dec 16 00:00:28 2010	(r216472)
+++ head/sbin/geom/class/eli/Makefile	Thu Dec 16 00:36:10 2010	(r216473)
@@ -11,7 +11,7 @@ SRCS+=	sha2.c
 DPADD=	${LIBMD} ${LIBCRYPTO}
 LDADD=	-lmd -lcrypto
 
-WARNS?=	3
+WARNS?=	6
 
 CFLAGS+=-I${.CURDIR}/../../../../sys
 


More information about the svn-src-head mailing list