7cbbb1afee
dependency on miibus.
10 lines
168 B
Makefile
10 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/fxp
|
|
|
|
KMOD= if_fxp
|
|
SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
|
|
KMODDEPS = miibus
|
|
|
|
.include <bsd.kmod.mk>
|