Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/modules/wlan/Makefile 182668 2008-09-01 23:59:00Z imp $
---
> # $FreeBSD: head/sys/modules/wlan/Makefile 183055 2008-09-15 22:46:12Z sam $
12,13c12,13
< ieee80211_sta.c ieee80211_wds.c
< SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h
---
> ieee80211_sta.c ieee80211_wds.c ieee80211_ddb.c
> SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h opt_ddb.h
19d18
<
22d20
<
24a23,25
> # override to get ddb support?
> opt_ddb.h:
> echo "#define DDB 0" > ${.TARGET}