summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-10-26 16:45:27 +0200
committerErich Eckner <git@eckner.net>2019-10-26 16:45:27 +0200
commitad5f03c11a6d52aba33b9787ed1dd23296b3c756 (patch)
treedee27fdb9e842812ef69b8d8edc73dc7ee48276a /Makefile
parent78edd03c36070f2a6b31a78847fffca9d4f35d8d (diff)
downloadhardlinkedBackups-ad5f03c11a6d52aba33b9787ed1dd23296b3c756.tar.xz
forwarddown neu
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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