mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../i386/isa
|
|
KMOD = if_wi
|
|
SRCS = if_wi.c device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|