1.include "../Makefile.inc" 2 3.PATH: ${S}/dev/i2c 4 5KMOD= ds2482ow 6IOCONF= ds2482ow.ioconf 7SRCS= ds2482ow.c 8 9WARNS= 3 10 11.include <bsd.kmodule.mk> 12