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}
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to