aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/wlan_wep
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_wep
parenteaeb50d411b0b61ad58228701d5dea647746f678 (diff)
Notes
Diffstat (limited to 'sys/modules/wlan_wep')
-rw-r--r--sys/modules/wlan_wep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wlan_wep/Makefile b/sys/modules/wlan_wep/Makefile
index 3a5c6dcb9792..89fca2fb2632 100644
--- a/sys/modules/wlan_wep/Makefile
+++ b/sys/modules/wlan_wep/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>