12 lines
172 B
Makefile
12 lines
172 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/04/18 10:52:44 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/sysmon
|
|
|
|
KMOD= swwdog
|
|
|
|
SRCS= swwdog.c
|
|
|
|
.include <bsd.kmodule.mk>
|