1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/ow
4
5KMOD=	ow_temp
6SRCS=	ow_temp.c
7SRCS+=	own_if.h bus_if.h device_if.h
8
9.include <bsd.kmod.mk>
10