restic: add build target

This commit is contained in:
Nicolas KAROLAK 2018-06-24 14:19:39 +02:00 committed by Jerome Charaoui
parent 052f45ebb1
commit 76043a056e

View File

@ -5,7 +5,8 @@ HANDLERS = borg borg.helper dup dup.helper maildir makecd \
DIST_HANDLERS = borg.in borg.helper.in dup.in dup.helper.in maildir.in makecd.in \
makecd.helper.in mysql.in mysql.helper.in pgsql.in pgsql.helper.in rdiff.in \
rdiff.helper.in rsync.in sh.in svn.in sys.in sys.helper.in trac.in tar.in tar.helper.in wget
rdiff.helper.in restic.in restic.helper.in rsync.in sh.in svn.in sys.in sys.helper.in \
trac.in tar.in tar.helper.in wget
CLEANFILES = $(HANDLERS)
@ -78,6 +79,14 @@ rdiff.helper: $(srcdir)/rdiff.helper.in
rm -f rdiff.helper
$(edit) $(srcdir)/rdiff.helper.in > rdiff.helper
restic: $(srcdir)/restic.in
rm -f restic
$(edit) $(srcdir)/restic.in > restic
restic.helper: $(srcdir)/restic.helper.in
rm -f restic.helper
$(edit) $(srcdir)/restic.helper.in > restic.helper
rsync: $(srcdir)/rsync.in
rm -f rsync
$(edit) $(srcdir)/rsync.in > rsync