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