mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/wi
|
|
|
|
KMOD= if_wi
|
|
SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h pci.h
|
|
|
|
pci.h:
|
|
echo "#define NPCI 1" > $@
|
|
|
|
.include <bsd.kmod.mk>
|