Fix 'make depend'.

This commit is contained in:
Ulrich Spörlein 2012-02-16 21:57:50 +00:00
parent e6fe91b5e4
commit f7e784d50b
3 changed files with 5 additions and 4 deletions

View File

@ -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"

View File

@ -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>

View File

@ -13,8 +13,8 @@ SRCS= ieee80211.c ieee80211_action.c ieee80211_ageq.c \
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: