9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/ipw
|
||
|
|
||
|
KMOD = if_ipw
|
||
|
SRCS = if_ipw.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|