12 lines
170 B
Makefile
12 lines
170 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/04/23 23:22:27 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/sysmon
|
|
|
|
KMOD= sysmon
|
|
|
|
SRCS= sysmon.c
|
|
|
|
.include <bsd.kmodule.mk>
|