summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Poslavsky <alexander.poslavsky@gmail.com>2007-11-02 09:24:00 +0000
committerAlexander Poslavsky <alexander.poslavsky@gmail.com>2007-11-02 09:24:00 +0000
commit1f2bc0676beae8672512edc37fff46a5e76b02a2 (patch)
tree4a7d66914a0954a5c449a040d9e5712087048f97 /Makefile
parent2f6b7570cdf277f1c3889464fd7705b089e1eac4 (diff)
downloadacf-shorewall-1f2bc0676beae8672512edc37fff46a5e76b02a2.tar.bz2
acf-shorewall-1f2bc0676beae8672512edc37fff46a5e76b02a2.tar.xz
trying to get shorewall to install+status indicator
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@251 ab2d0c66-481e-0410-8bed-d214d4d58bed
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)