mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/wl
|
|
|
|
KMOD= if_wl
|
|
SRCS= if_wl.c
|
|
SRCS+= bus_if.h device_if.h isa_if.h
|
|
SRCS+= opt_inet.h opt_wavelan.h
|
|
|
|
.include <bsd.kmod.mk>
|