add module for 802.11 link layer code

Reviewed by:	imp
This commit is contained in:
Sam Leffler 2003-01-15 20:05:52 +00:00
parent a190a9598f
commit 241ab3c6ef

12
sys/modules/wlan/Makefile Normal file
View File

@ -0,0 +1,12 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../net
KMOD= wlan
SRCS= if_ieee80211subr.c
SRCS+= bus_if.h device_if.h opt_inet.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h
.include <bsd.kmod.mk>