# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/hello

KMOD= hello
SRCS= hello.c

CFLAGS+= -I${.CURDIR}/../..

.include <bsd.kmod.mk>
