Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2014/05/18 11:46:24 kardel Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/i2c
6
7KMOD=	hythygtemp
8IOCONF=	hythygtemp.ioconf
9SRCS=	hytp14.c
10
11.include <bsd.kmodule.mk>
12