svn commit: r226423 - head/usr.bin/su

Ed Schouten ed at FreeBSD.org
Sun Oct 16 08:14:13 UTC 2011


Author: ed
Date: Sun Oct 16 08:14:12 2011
New Revision: 226423
URL: http://svn.freebsd.org/changeset/base/226423

Log:
  Remove WARNS line. This tool builds with WARNS=6 properly.

Modified:
  head/usr.bin/su/Makefile

Modified: head/usr.bin/su/Makefile
==============================================================================
--- head/usr.bin/su/Makefile	Sun Oct 16 08:09:17 2011	(r226422)
+++ head/usr.bin/su/Makefile	Sun Oct 16 08:14:12 2011	(r226423)
@@ -5,8 +5,6 @@
 
 PROG=	su
 
-WARNS?=	5
-
 DPADD=	${LIBUTIL} ${LIBPAM}
 LDADD=	-lutil ${MINUSLPAM}
 


More information about the svn-src-all mailing list