From 540bd6bd87a4167a921a6875683580252dc50720 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Fri, 7 Oct 2011 21:33:56 +0000 Subject: [PATCH] Descent into lua. --- lib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index ce6e1381310f..51f39afceee0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 @@ -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