Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2012 21:57:51 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231838 - in head/sys/modules: ipdivert wi wlan
Message-ID:  <201202162157.q1GLvpC0036141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Thu Feb 16 21:57:50 2012
New Revision: 231838
URL: http://svn.freebsd.org/changeset/base/231838

Log:
  Fix 'make depend'.

Modified:
  head/sys/modules/ipdivert/Makefile
  head/sys/modules/wi/Makefile
  head/sys/modules/wlan/Makefile

Modified: head/sys/modules/ipdivert/Makefile
==============================================================================
--- head/sys/modules/ipdivert/Makefile	Thu Feb 16 21:49:28 2012	(r231837)
+++ head/sys/modules/ipdivert/Makefile	Thu Feb 16 21:57:50 2012	(r231838)
@@ -5,7 +5,7 @@
 .PATH: ${.CURDIR}/../../netinet
 
 KMOD=   ipdivert
-SRCS=   ip_divert.c opt_inet.h opt_inet6.h
+SRCS=   ip_divert.c opt_inet.h opt_inet6.h opt_sctp.h
 
 .if !defined(KERNBUILDDIR)
 .if ${MK_INET_SUPPORT} != "no"

Modified: head/sys/modules/wi/Makefile
==============================================================================
--- head/sys/modules/wi/Makefile	Thu Feb 16 21:49:28 2012	(r231837)
+++ head/sys/modules/wi/Makefile	Thu Feb 16 21:57:50 2012	(r231838)
@@ -4,6 +4,7 @@
 
 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
+	card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h \
+	opt_wlan.h
 
 .include <bsd.kmod.mk>

Modified: head/sys/modules/wlan/Makefile
==============================================================================
--- head/sys/modules/wlan/Makefile	Thu Feb 16 21:49:28 2012	(r231837)
+++ head/sys/modules/wlan/Makefile	Thu Feb 16 21:57:50 2012	(r231838)
@@ -13,8 +13,8 @@ SRCS=	ieee80211.c ieee80211_action.c iee
 	ieee80211_ht.c ieee80211_hwmp.c ieee80211_adhoc.c ieee80211_hostap.c \
 	ieee80211_monitor.c ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c \
 	ieee80211_tdma.c
-SRCS+=	bus_if.h device_if.h opt_inet.h opt_inet6.h opt_ipx.h opt_wlan.h \
-	opt_ddb.h
+SRCS+=	bus_if.h device_if.h opt_ddb.h opt_inet.h opt_inet6.h opt_ipx.h \
+	opt_tdma.h opt_wlan.h
 
 .if !defined(KERNBUILDDIR)
 opt_wlan.h:



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