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