diff --git a/Makefile b/Makefile index 0327b4b..6cc21b8 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ NAME = firewall RM = rm -rf DESTDIR= +all: + install: install -d -m 0755 -o root -g root $(DESTDIR)/etc/init.d $(DESTDIR)/etc/rsyslog.d/ install -m 0640 -o root -g root $(NAME).conf $(DESTDIR)/etc/