Deleted Added
full compact
Makefile (178354) Makefile (182668)
1# $FreeBSD: head/sys/modules/wlan_amrr/Makefile 178354 2008-04-20 20:35:46Z sam $
1# $FreeBSD: head/sys/modules/wlan_amrr/Makefile 182668 2008-09-01 23:59:00Z imp $
2
3.PATH: ${.CURDIR}/../../net80211
4
5KMOD= wlan_amrr
6SRCS= ieee80211_amrr.c
7SRCS+= opt_wlan.h
8
9.if !defined(KERNBUILDDIR)
10opt_wlan.h:
2
3.PATH: ${.CURDIR}/../../net80211
4
5KMOD= wlan_amrr
6SRCS= ieee80211_amrr.c
7SRCS+= opt_wlan.h
8
9.if !defined(KERNBUILDDIR)
10opt_wlan.h:
11 echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
11 echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
12.endif
13
14.include <bsd.kmod.mk>
12.endif
13
14.include <bsd.kmod.mk>