Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib Descent into lua.



details:   https://anonhg.NetBSD.org/src/rev/96f6364d2ca1
branches:  trunk
changeset: 770201:96f6364d2ca1
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Fri Oct 07 21:33:56 2011 +0000

description:
Descent into lua.

diffstat:

 lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d6e2f4f415a5 -r 96f6364d2ca1 lib/Makefile
--- a/lib/Makefile      Fri Oct 07 21:23:32 2011 +0000
+++ b/lib/Makefile      Fri Oct 07 21:33:56 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.177 2011/09/23 07:12:10 mrg Exp $
+#      $NetBSD: Makefile,v 1.178 2011/10/07 21:33:56 mbalmer Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -187,4 +187,7 @@
 
 SUBDIR+=       libp2k          # depends on libukfs, librumpvfs, libpuffs
 
+# Lua bindings come last, they might depend on anything
+SUBDIR+=       lua
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index