Module Name: src
Committed By: christos
Date: Mon Feb 9 16:44:53 UTC 2015
Modified Files:
src/external/mit/lua: Makefile
Log Message:
Packages always build lib first even if it is built as part of the first
pass in the library builds. If we want to change this, we should change it
everywhere.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/lua/Makefile
diff -u src/external/mit/lua/Makefile:1.3 src/external/mit/lua/Makefile:1.4
--- src/external/mit/lua/Makefile:1.3 Sun Oct 31 07:26:01 2010
+++ src/external/mit/lua/Makefile Mon Feb 9 11:44:53 2015
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.3 2010/10/31 11:26:01 mbalmer Exp $
+# $NetBSD: Makefile,v 1.4 2015/02/09 16:44:53 christos Exp $
-SUBDIR+= usr.bin
+SUBDIR+= lib .WAIT usr.bin
.include <bsd.subdir.mk>