summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile29
1 files changed, 10 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index fc287e6..976882a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,24 +1,19 @@
APP_NAME=shorewall
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2
+VERSION=2.0_alpha3
APP_DIST=\
- shorewall-advanced-html.lsp \
- shorewall-check-html.lsp \
- shorewall-controller.lua \
- shorewall-edit-html.lsp \
- shorewall-logfile-html.lsp \
- shorewall-model.lua \
- shorewall-read-html.lsp \
- shorewall.menu
+ shorewall-advanced-html.lsp \
+ shorewall-check-html.lsp \
+ shorewall-controller.lua \
+ shorewall-edit-html.lsp \
+ shorewall-logfile-html.lsp \
+ shorewall-model.lua \
+ shorewall-read-html.lsp \
+ shorewall.menu \
-APP_CFG=\
- firewall.cfg
-APP_SRV=\
- firewall.srv
-
-EXTRA_DIST=Makefile config.mk
+EXTRA_DIST=README Makefile config.mk
DISTFILES=$(APP_DIST) $(EXTRA_DIST)
@@ -37,10 +32,6 @@ dist: $(tarball)
install:
mkdir -p "$(install_dir)"
cp -a $(APP_DIST) "$(install_dir)"
- mkdir -p "$(cfgdir)"
- cp -a $(APP_CFG) "$(cfgdir)"
- mkdir -p "$(srvdir)"
- cp -a $(APP_SRV) "$(srvdir)"
$(tarball): $(DISTFILES)
rm -rf $(P)