summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 01a86ba..b63a039 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,10 @@ APP_DIST=\
shorewall-controller.lua \
shorewall-html.lsp \
shorewall-read-html.lsp \
- shorewall.menu \
- cfgfile/firewall.cfg
+ shorewall.menu
+
+APP_CFG=\
+ firewall.cfg
EXTRA_DIST=Makefile config.mk
@@ -28,6 +30,7 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
+ cp -a $(APP_CFG) "$(cfgdir)"
$(tarball): $(DISTFILES)
rm -rf $(P)