1# $NetBSD: Makefile,v 1.1 2011/07/31 16:00:21 jmcneill Exp $ 2 3.include "../Makefile.inc" 4 5.PATH: ${S}/dev/i2c 6 7KMOD= sdtemp 8IOCONF= sdtemp.ioconf 9SRCS= sdtemp.c 10 11WARNS= 4 12 13.include <bsd.kmodule.mk> 14