PERFORCE change 133136 for review
Sam Leffler
sam at FreeBSD.org
Sat Jan 12 15:22:16 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133136
Change 133136 by sam at sam_ebb on 2008/01/12 23:21:33
need opt_wlan.h
Affected files ...
.. //depot/projects/vap/sys/modules/wlan_xauth/Makefile#3 edit
Differences ...
==== //depot/projects/vap/sys/modules/wlan_xauth/Makefile#3 (text+ko) ====
@@ -4,5 +4,11 @@
KMOD= wlan_xauth
SRCS= ieee80211_xauth.c
+SRCS+= opt_wlan.h
+
+.if !defined(KERNBUILDDIR)
+opt_wlan.h:
+ echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
+.endif
.include <bsd.kmod.mk>
More information about the p4-projects
mailing list