Author: uqs
Date: Sun Dec  2 22:18:01 2012
New Revision: 243801
URL: http://svnweb.freebsd.org/changeset/base/243801

Log:
  Fix make depend.

Modified:
  head/sys/modules/iwn/Makefile

Modified: head/sys/modules/iwn/Makefile
==============================================================================
--- head/sys/modules/iwn/Makefile       Sun Dec  2 22:09:16 2012        
(r243800)
+++ head/sys/modules/iwn/Makefile       Sun Dec  2 22:18:01 2012        
(r243801)
@@ -3,6 +3,6 @@
 .PATH:  ${.CURDIR}/../../dev/iwn
 
 KMOD    = if_iwn
-SRCS    = if_iwn.c device_if.h bus_if.h pci_if.h
+SRCS    = if_iwn.c device_if.h bus_if.h pci_if.h opt_wlan.h
 
 .include <bsd.kmod.mk>
_______________________________________________
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"

Reply via email to