1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/smbus 4KMOD = smb 5SRCS = device_if.h bus_if.h smbus_if.h \ 6 smb.c 7 8.include <bsd.kmod.mk> 9