Module Name: src
Committed By: mbalmer
Date: Sun Oct 31 11:29:06 UTC 2010
Added Files:
src/external/mit: Makefile
Log Message:
descend into the lua subdirectory
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/mit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/mit/Makefile
diff -u /dev/null src/external/mit/Makefile:1.1
--- /dev/null Sun Oct 31 11:29:07 2010
+++ src/external/mit/Makefile Sun Oct 31 11:29:06 2010
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2010/10/31 11:29:06 mbalmer Exp $
+
+SUBDIR+= lua
+
+.include <bsd.subdir.mk>