Module Name: src
Committed By: kamil
Date: Sat Apr 15 18:22:35 UTC 2017
Modified Files:
src/sys/modules/examples: Makefile
Log Message:
Build without installation example lua kernel module: luareadhappy
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/examples/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/modules/examples/Makefile
diff -u src/sys/modules/examples/Makefile:1.1 src/sys/modules/examples/Makefile:1.2
--- src/sys/modules/examples/Makefile:1.1 Wed May 13 07:07:36 2015
+++ src/sys/modules/examples/Makefile Sat Apr 15 18:22:35 2017
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/15 18:22:35 kamil Exp $
.include <bsd.own.mk>
SUBDIR+= hello
#SUBDIR+= luahello # Nothing to build here, only text files
+SUBDIR+= luareadhappy # Needs an additional Lua script
SUBDIR+= ping # Needs an additional helper program
SUBDIR+= properties
SUBDIR+= readhappy