From owner-svn-src-all@FreeBSD.ORG Wed Jul 31 01:43:00 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3DDD9B74; Wed, 31 Jul 2013 01:43:00 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BD522365; Wed, 31 Jul 2013 01:43:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6V1h02o053500; Wed, 31 Jul 2013 01:43:00 GMT (envelope-from jhibbits@svn.freebsd.org) Received: (from jhibbits@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6V1h0rO053494; Wed, 31 Jul 2013 01:43:00 GMT (envelope-from jhibbits@svn.freebsd.org) Message-Id: <201307310143.r6V1h0rO053494@svn.freebsd.org> From: Justin Hibbits Date: Wed, 31 Jul 2013 01:43:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253826 - head/sys/modules/wi X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 01:43:00 -0000 Author: jhibbits Date: Wed Jul 31 01:42:59 2013 New Revision: 253826 URL: http://svnweb.freebsd.org/changeset/base/253826 Log: Remove duplicate SRCS include block. Spotted by jmallett. Modified: head/sys/modules/wi/Makefile Modified: head/sys/modules/wi/Makefile ============================================================================== --- head/sys/modules/wi/Makefile Wed Jul 31 01:13:29 2013 (r253825) +++ head/sys/modules/wi/Makefile Wed Jul 31 01:42:59 2013 (r253826) @@ -6,11 +6,6 @@ KMOD= if_wi SRCS= if_wi.c if_wi_pccard.c if_wi_pci.c \ card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h \ opt_wlan.h -.if ${MACHINE_CPUARCH} == "powerpc" -SRCS+= if_wi_macio.c -SRCS+= ofw_bus_if.h -.endif - .if ${MACHINE_CPUARCH} == "powerpc" SRCS+= if_wi_macio.c