svn commit: r200155 - head/usr.bin/users

Ed Schouten ed at FreeBSD.org
Sat Dec 5 19:55:26 UTC 2009


Author: ed
Date: Sat Dec  5 19:55:26 2009
New Revision: 200155
URL: http://svn.freebsd.org/changeset/base/200155

Log:
  Add WARNS?=6, because it seems to build out of the box.

Modified:
  head/usr.bin/users/Makefile

Modified: head/usr.bin/users/Makefile
==============================================================================
--- head/usr.bin/users/Makefile	Sat Dec  5 19:54:37 2009	(r200154)
+++ head/usr.bin/users/Makefile	Sat Dec  5 19:55:26 2009	(r200155)
@@ -3,6 +3,8 @@
 
 PROG=	users
 
+WARNS?=	6
+
 DPADD=	${LIBULOG}
 LDADD=	-lulog
 


More information about the svn-src-head mailing list