# $MidnightBSD: stable/0.8/share/examples/kld/khelp/Makefile 6469 2013-12-07 23:54:44Z laffer1 $

.include <bsd.own.mk>

# Change if the src tree you are compiling for is not in /usr/src
#SYSDIR=/usr/src/sys

KMOD=	h_example
SRCS=	h_example.c

.include <bsd.kmod.mk>
