summaryrefslogtreecommitdiffhomepage
path: root/contrib/luaposix
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-24 13:55:11 +0000
committerSteven Barth <steven@midlink.org>2008-07-24 13:55:11 +0000
commit7384e0e6b77518efa4d113ede46f8c107de6f604 (patch)
treeabe961b734c865ce3965f45585528c1ff39b94bd /contrib/luaposix
parentf94c7b2c10d11d343c464be707e12c5754728b06 (diff)
Rewrote host environment targets to work out of the box
Diffstat (limited to 'contrib/luaposix')
-rw-r--r--contrib/luaposix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile
index e9433bf58..1d7744ee7 100644
--- a/contrib/luaposix/Makefile
+++ b/contrib/luaposix/Makefile
@@ -10,6 +10,8 @@ LUAPOSIX_PATCHDIR = patches
all: compile
+include ../../build/module.mk
+
$(LUAPOSIX_FILE):
wget -O $@ $(LUAPOSIX_URL) || rm -f $@