1 2.PATH: ${SRCTOP}/sys/dev/iicbus 3KMOD = iic 4SRCS = device_if.h bus_if.h iicbus_if.h \ 5 iic.c 6 7.include <bsd.kmod.mk> 8