mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
12 lines
190 B
Makefile
12 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>
|