Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Feb 2011 10:25:11 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218368 - head/sys/conf
Message-ID:  <201102061025.p16APBNF060145@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bschmidt
Date: Sun Feb  6 10:25:11 2011
New Revision: 218368
URL: http://svn.freebsd.org/changeset/base/218368

Log:
  Fix cut&paste mistake.
  
  MFC after:	1 week

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Sun Feb  6 10:21:33 2011	(r218367)
+++ head/sys/conf/files	Sun Feb  6 10:25:11 2011	(r218368)
@@ -1254,7 +1254,7 @@ iwn6050.fw			optional iwn6050fw | iwnfw	
 	dependency	"$S/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu" \
 	compile-with	"uudecode -o ${.TARGET} $S/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu" \
 	no-obj no-implicit-rule						\
-	clean		"iwn6000.fw"
+	clean		"iwn6050.fw"
 dev/ixgb/if_ixgb.c		optional ixgb
 dev/ixgb/ixgb_ee.c		optional ixgb
 dev/ixgb/ixgb_hw.c		optional ixgb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102061025.p16APBNF060145>