Makefile revision 138573
1# $FreeBSD: head/sys/modules/wlan_xauth/Makefile 138573 2004-12-08 17:38:38Z sam $
2
3.PATH: ${.CURDIR}/../../net80211
4
5KMOD=	wlan_xauth
6SRCS=	ieee80211_xauth.c
7
8.include <bsd.kmod.mk>
9