1 2.PATH: ${SRCTOP}/sys/dev/mdio 3 4KMOD= mdio 5SRCS= mdio.c 6SRCS+= mdio_if.c mdio_if.h 7SRCS+= device_if.h bus_if.h 8 9.include <bsd.kmod.mk> 10