svn commit: r218929 - stable/8/sys/conf

Bernhard Schmidt bschmidt at FreeBSD.org
Mon Feb 21 21:00:30 UTC 2011


Author: bschmidt
Date: Mon Feb 21 21:00:29 2011
New Revision: 218929
URL: http://svn.freebsd.org/changeset/base/218929

Log:
  MFC r218368:
  Fix cut&paste mistake.

Modified:
  stable/8/sys/conf/files
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/conf/files
==============================================================================
--- stable/8/sys/conf/files	Mon Feb 21 20:02:02 2011	(r218928)
+++ stable/8/sys/conf/files	Mon Feb 21 21:00:29 2011	(r218929)
@@ -1204,7 +1204,7 @@ iwn6050.fw			optional iwn6050fw | iwnfw	
 	dependency	".PHONY"					\
 	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


More information about the svn-src-all mailing list