svn commit: r226428 - head/usr.bin/su
Ed Schouten
ed at FreeBSD.org
Sun Oct 16 09:09:34 UTC 2011
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}
More information about the svn-src-head
mailing list