Home | History | Annotate | Line # | Download | only in swsensor
      1 # $NetBSD: Makefile,v 1.1 2010/10/19 11:55:38 pgoyette Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 .PATH:	${S}/dev/sysmon
      6 
      7 KMOD=   swsensor
      8 
      9 SRCS=	swsensor.c
     10 
     11 .include <bsd.kmodule.mk>
     12