1S= ${SRCTOP}/sys 2 3.PATH: $S/dev/vnic 4 5KMOD= thunder_mdio 6SRCS= opt_platform.h device_if.h bus_if.h pci_if.h ofw_bus_if.h miibus_if.h lmac_if.h 7SRCS+= thunder_mdio.c thunder_mdio_fdt.c 8 9CFLAGS+= -DFDT 10 11.include <bsd.kmod.mk> 12