svn commit: r221770 - stable/7/usr.bin/fetch

Dag-Erling Smorgrav des at FreeBSD.org
Wed May 11 09:55:29 UTC 2011


Author: des
Date: Wed May 11 09:55:29 2011
New Revision: 221770
URL: http://svn.freebsd.org/changeset/base/221770

Log:
  Partially revert previous commit - WARNS does not default to 6 as in head.

Modified:
  stable/7/usr.bin/fetch/Makefile

Modified: stable/7/usr.bin/fetch/Makefile
==============================================================================
--- stable/7/usr.bin/fetch/Makefile	Wed May 11 09:51:42 2011	(r221769)
+++ stable/7/usr.bin/fetch/Makefile	Wed May 11 09:55:29 2011	(r221770)
@@ -4,6 +4,7 @@
 
 PROG=		fetch
 CSTD?=		c99
+WARNS?=		6
 DPADD=		${LIBFETCH} ${LIBMD}
 LDADD=		-lfetch -lmd
 .if ${MK_OPENSSL} != "no"


More information about the svn-src-all mailing list