From 3d3f3d4525a823d243d3254a3c03a194ba252394 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Wed, 12 Feb 2014 12:11:28 +0200 Subject: Makefile: include network and openssh modules --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 063faa2..ae208a5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2012-2013 Kaarle Ritvanen +# Copyright (c) 2012-2014 Kaarle Ritvanen # See LICENSE file for license details ROOT_DIR := / @@ -41,10 +41,7 @@ endef $(eval $(call link,acf2,$(luadir))) -$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/*')) - -$(ROOT_DIR)/$(luadir)/modules: - install -d $@ +$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/demo-*')) $(eval $(call link,config,$(confdir))) $(eval $(call copy,config,$(confdir),aaa.json,600)) @@ -62,6 +59,6 @@ $(eval $(call copy,web,$(webdir),client.html)) $(eval $(call rcopy,web,$(webdir),js)) -install: $(foreach f,$(files),$(ROOT_DIR)/$(f)) $(ROOT_DIR)/$(luadir)/modules $(ROOT_DIR)/$(starter) +install: $(foreach f,$(files),$(ROOT_DIR)/$(f)) $(ROOT_DIR)/$(starter) .PHONY: all install -- cgit v1.2.3