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