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