Author: eadler Date: Fri Jun 22 09:10:50 2018 New Revision: 335535 URL: https://svnweb.freebsd.org/changeset/base/335535
Log: su(1): build with WARNS=6 Tested with full make universe Modified: head/usr.bin/su/Makefile Modified: head/usr.bin/su/Makefile ============================================================================== --- head/usr.bin/su/Makefile Fri Jun 22 09:09:59 2018 (r335534) +++ head/usr.bin/su/Makefile Fri Jun 22 09:10:50 2018 (r335535) @@ -5,8 +5,6 @@ PROG= su -WARNS?= 5 - LIBADD= util pam .if ${MK_AUDIT} != "no" _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"