summaryrefslogtreecommitdiff
path: root/sys/modules/wlan
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
parenteaeb50d411b0b61ad58228701d5dea647746f678 (diff)
downloadsrc-test2-9e51595ce660d915899019d03075d8c17f3732d3.tar.gz
src-test2-9e51595ce660d915899019d03075d8c17f3732d3.zip
Notes
Diffstat (limited to 'sys/modules/wlan')
-rw-r--r--sys/modules/wlan/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile
index ba8e097c3f4d..02bfefb85409 100644
--- a/sys/modules/wlan/Makefile
+++ b/sys/modules/wlan/Makefile
@@ -14,14 +14,14 @@ SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h
.if !defined(KERNBUILDDIR)
opt_wlan.h:
- echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
- echo "#define IEEE80211_AMDPU_AGE 1" >> opt_wlan.h
+ echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
+ echo "#define IEEE80211_AMDPU_AGE 1" >> ${.TARGET}
opt_inet.h:
- echo "#define INET 1" > opt_inet.h
+ echo "#define INET 1" > ${.TARGET}
opt_ipx.h:
- echo "#define IPX 1" > opt_ipx.h
+ echo "#define IPX 1" > ${.TARGET}
.endif
.include <bsd.kmod.mk>