xref: /freebsd/share/examples/kld/khelp/Makefile (revision c6ec7d31830ab1c80edae95ad5e4b9dba10c47ac)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5# Change if the src tree you are compiling for is not in /usr/src
6#SYSDIR=/usr/src/sys
7
8KMOD=	h_example
9SRCS=	h_example.c
10
11.include <bsd.kmod.mk>
12