2015-10-15 10:25:28 +02:00

10 lines
161 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
.include "../Makefile.inc"
#S?= /usr/src/sys
KMOD= hello
SRCS= hello.c
.include <bsd.kmodule.mk>