summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/khelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/kld/khelp/Makefile')
-rw-r--r--share/examples/kld/khelp/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/examples/kld/khelp/Makefile b/share/examples/kld/khelp/Makefile
new file mode 100644
index 0000000..e4cd80f
--- /dev/null
+++ b/share/examples/kld/khelp/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.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>
OpenPOWER on IntegriCloud