svn commit: r221088 - head/usr.bin/rlogin

Doug Barton dougb at FreeBSD.org
Tue Apr 26 22:02:51 UTC 2011


Author: dougb
Date: Tue Apr 26 22:02:51 2011
New Revision: 221088
URL: http://svn.freebsd.org/changeset/base/221088

Log:
  Revert r221053 by replacing WARNS?= 3 since it's breaking the build on
  several arches.

Modified:
  head/usr.bin/rlogin/Makefile

Modified: head/usr.bin/rlogin/Makefile
==============================================================================
--- head/usr.bin/rlogin/Makefile	Tue Apr 26 21:47:38 2011	(r221087)
+++ head/usr.bin/rlogin/Makefile	Tue Apr 26 22:02:51 2011	(r221088)
@@ -7,4 +7,6 @@ BINOWN=	root
 BINMODE=4555
 PRECIOUSPROG=
 
+WARNS?=	3
+
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list