Module Name:    src
Committed By:   mbalmer
Date:           Fri Oct  7 21:33:56 UTC 2011

Modified Files:
        src/lib: Makefile

Log Message:
Descent into lua.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.177 src/lib/Makefile:1.178
--- src/lib/Makefile:1.177	Fri Sep 23 07:12:10 2011
+++ src/lib/Makefile	Fri Oct  7 21:33:56 2011
@@ -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+=	.WAIT
 
 SUBDIR+=	libp2k		# depends on libukfs, librumpvfs, libpuffs
 
+# Lua bindings come last, they might depend on anything
+SUBDIR+=	lua
+
 .include <bsd.subdir.mk>

Reply via email to