NetBSD/sys/modules/swsensor/Makefile
pgoyette 3ae668c1c8 Add a new software-only sensor device. This is intended for use as a
kernel module, and can be helpful to generate sysmon_envsys events
when creating/modifying powerd scripts.  This will also be used in an
upcoming series of atf tests for sysmon_envsys itself.
2010-10-19 11:55:38 +00:00

12 lines
176 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/10/19 11:55:38 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/sysmon
KMOD= swsensor
SRCS= swsensor.c
.include <bsd.kmodule.mk>