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>
|