2011-02-09 00:08:51 -07:00
|
|
|
VERSION=0.9.12
|
2010-08-23 17:52:12 -06:00
|
|
|
TAR=/usr/bin/tar
|
|
|
|
TARBALL="firewall-sosdg-$(VERSION).tar.bz2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
@echo; \
|
|
|
|
echo "This makefile doesn't do much at the moment other then"; \
|
|
|
|
echo "make it easy to make releases and such. Please read it"; \
|
|
|
|
echo "if you so desire." ;\
|
|
|
|
echo
|
|
|
|
|
|
|
|
tarball:
|
|
|
|
cd .. ;\
|
|
|
|
$(TAR) jcf $(TARBALL) --exclude='.svn' firewall-sosdg
|
2010-10-06 12:54:05 -06:00
|
|
|
|
|
|
|
upgrade:
|
2010-10-06 13:56:57 -06:00
|
|
|
mv -f blocked ipv4-blocked &>/dev/null
|
2010-10-13 15:42:56 -06:00
|
|
|
|
|
|
|
config_update:
|
|
|
|
tools/convert-config
|
2010-11-18 12:03:57 -07:00
|
|
|
|
|
|
|
config_move:
|
|
|
|
mv -f ipv4-* conf/ &>/dev/null
|
|
|
|
mv -f ipv6-* conf/ &>/dev/null
|
|
|
|
mv -f port-forwards* conf/ &>/dev/null
|
|
|
|
mv -f postrun* conf/ &>/dev/null
|
|
|
|
mv -f prerun* conf/ &>/dev/null
|