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