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