Author: ed
Date: Sun Oct 16 09:09:33 2011
New Revision: 226428
URL: http://svn.freebsd.org/changeset/base/226428

Log:
  Undo r226423.
  
  It seems su does build without warnings, but it requires a small fix to
  libbsm headers, which I have not committed to SVN yet.

Modified:
  head/usr.bin/su/Makefile

Modified: head/usr.bin/su/Makefile
==============================================================================
--- head/usr.bin/su/Makefile    Sun Oct 16 08:54:41 2011        (r226427)
+++ head/usr.bin/su/Makefile    Sun Oct 16 09:09:33 2011        (r226428)
@@ -5,6 +5,8 @@
 
 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