mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9a9d0e6ec3
it is no longer needed.
9 lines
136 B
Makefile
9 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/iwi
|
|
|
|
KMOD = if_iwi
|
|
SRCS = if_iwi.c device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|