1 2.include <bsd.own.mk> 3 4# Change if the src tree you are compiling for is not in /usr/src 5#SYSDIR=/usr/src/sys 6 7PACKAGE=examples 8FILESDIR=${SHAREDIR}/examples/kld/khelp 9KMOD= h_example 10SRCS= h_example.c 11 12.include <bsd.kmod.mk> 13