Fix 'make depend'.
This commit is contained in:
parent
e6fe91b5e4
commit
f7e784d50b
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user