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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"