svn commit: r221771 - stable/8/usr.bin/fetch

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


Author: des
Date: Wed May 11 09:56:31 2011
New Revision: 221771
URL: http://svn.freebsd.org/changeset/base/221771

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

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

Modified: stable/8/usr.bin/fetch/Makefile
==============================================================================
--- stable/8/usr.bin/fetch/Makefile	Wed May 11 09:55:29 2011	(r221770)
+++ stable/8/usr.bin/fetch/Makefile	Wed May 11 09:56:31 2011	(r221771)
@@ -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