Author: ru
Date: Thu Oct 15 18:17:29 2009
New Revision: 198148
URL: http://svn.freebsd.org/changeset/base/198148

Log:
  Removed redundant WARNS setting.
  
  Submitted by: Ulrich Spörlein

Modified:
  head/bin/cat/Makefile
  head/bin/uuidgen/Makefile

Modified: head/bin/cat/Makefile
==============================================================================
--- head/bin/cat/Makefile       Thu Oct 15 17:40:45 2009        (r198147)
+++ head/bin/cat/Makefile       Thu Oct 15 18:17:29 2009        (r198148)
@@ -2,6 +2,5 @@
 # $FreeBSD$
 
 PROG=  cat
-WARNS?=        6
 
 .include <bsd.prog.mk>

Modified: head/bin/uuidgen/Makefile
==============================================================================
--- head/bin/uuidgen/Makefile   Thu Oct 15 17:40:45 2009        (r198147)
+++ head/bin/uuidgen/Makefile   Thu Oct 15 18:17:29 2009        (r198148)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
 PROG=  uuidgen
-WARNS?=        6
 
 .include <bsd.prog.mk>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to