freebsd-dev/sys/modules/wlan/Makefile
Sam Leffler 241ab3c6ef add module for 802.11 link layer code
Reviewed by:	imp
2003-01-15 20:05:52 +00:00

13 lines
190 B
Makefile

# $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>