From ad5f03c11a6d52aba33b9787ed1dd23296b3c756 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 26 Oct 2019 16:45:27 +0200 Subject: forwarddown neu --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a7c599..761b72b 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ all: man.commons \ backup@.service backup@.timer \ backup-progress \ backup-statistics backup-statistics.1 \ + forwarddown forwarddown.1 \ last-backups last-backups.1 \ remove-old-backups remove-old-backups.1 @@ -53,9 +54,9 @@ all: man.commons \ .PHONY: install dist clean install: all - install -D -m0755 -t $(DESTDIR)$(BINDIR) backup backup-progress backup-statistics last-backups remove-old-backups + install -D -m0755 -t $(DESTDIR)$(BINDIR) backup backup-progress backup-statistics forwarddown last-backups remove-old-backups install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system backup@.service backup@.timer - install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 backup.1 backup-statistics.1 last-backups.1 remove-old-backups.1 + install -D -m0644 -t $(DESTDIR)$(MANDIR)/man1 backup.1 backup-statistics.1 forwarddown.1 last-backups.1 remove-old-backups.1 install -D -m0644 -t $(DESTDIR)$(ETCDIR) backup.conf install -D -m0755 -T sendmailadvanced.hook $(DESTDIR)$(ETCDIR)/sendmailadvanced.hooks/last-backups -- cgit v1.2.3-54-g00ecf