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