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