Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/examples Build without installation example lua ...
details: https://anonhg.NetBSD.org/src/rev/39da5aa365b9
branches: trunk
changeset: 352944:39da5aa365b9
user: kamil <kamil%NetBSD.org@localhost>
date: Sat Apr 15 18:22:35 2017 +0000
description:
Build without installation example lua kernel module: luareadhappy
diffstat:
sys/modules/examples/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 691bfd979ffc -r 39da5aa365b9 sys/modules/examples/Makefile
--- a/sys/modules/examples/Makefile Sat Apr 15 18:03:02 2017 +0000
+++ b/sys/modules/examples/Makefile Sat Apr 15 18:22:35 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index