Date: Sat, 12 Jan 2008 23:22:14 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 133136 for review Message-ID: <200801122322.m0CNMExe047053@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133136 Change 133136 by sam@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801122322.m0CNMExe047053>