svn commit: r201727 - head/usr.bin/w

David Malone dwmalone at FreeBSD.org
Thu Jan 7 09:47:06 UTC 2010


Author: dwmalone
Date: Thu Jan  7 09:47:05 2010
New Revision: 201727
URL: http://svn.freebsd.org/changeset/base/201727

Log:
  This now passes a make universe with WARNS=6.

Modified:
  head/usr.bin/w/Makefile

Modified: head/usr.bin/w/Makefile
==============================================================================
--- head/usr.bin/w/Makefile	Thu Jan  7 09:45:17 2010	(r201726)
+++ head/usr.bin/w/Makefile	Thu Jan  7 09:47:05 2010	(r201727)
@@ -10,8 +10,6 @@ LDADD=	-lkvm -lulog -lutil
 #BINMODE=2555
 LINKS=	${BINDIR}/w ${BINDIR}/uptime
 
-WARNS?=	1
-
 .PATH: ${.CURDIR}/../../bin/ps
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list