summaryrefslogtreecommitdiff
path: root/sys/modules/wlan_rssadapt
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
commit9e51595ce660d915899019d03075d8c17f3732d3 (patch)
treef3879290a2a415b707c0fc6df509bc783d30abf6 /sys/modules/wlan_rssadapt
parenteaeb50d411b0b61ad58228701d5dea647746f678 (diff)
Notes
Diffstat (limited to 'sys/modules/wlan_rssadapt')
-rw-r--r--sys/modules/wlan_rssadapt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wlan_rssadapt/Makefile b/sys/modules/wlan_rssadapt/Makefile
index 2285afc34dd6..be70989d9d85 100644
--- a/sys/modules/wlan_rssadapt/Makefile
+++ b/sys/modules/wlan_rssadapt/Makefile
@@ -8,7 +8,7 @@ SRCS+= opt_wlan.h
.if !defined(KERNBUILDDIR)
opt_wlan.h:
- echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
+ echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
.endif
.include <bsd.kmod.mk>