3ae668c1c8
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.
12 lines
176 B
Makefile
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>
|