Date: Sun, 16 Oct 2011 08:14:12 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r226423 - head/usr.bin/su Message-ID: <201110160814.p9G8ECbt052463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110160814.p9G8ECbt052463>