svn commit: r335535 - head/usr.bin/su
Eitan Adler
eadler at FreeBSD.org
Fri Jun 22 09:10:51 UTC 2018
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"
More information about the svn-src-head
mailing list