From ad91b6f618a95ea228506a61f94bbfdf4806022e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 5 Apr 2019 12:04:06 +0200 Subject: [PATCH] Makefile: add contrib/cron/btrbk-verify --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f51cfc7..34f585f 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ DOCS = ChangeLog \ README.md SCRIPTS = ssh_filter_btrbk.sh \ contrib/cron/btrbk-mail \ + contrib/cron/btrbk-verify \ contrib/migration/raw_suffix2sidecar \ contrib/crypt/kdf_pbkdf2.py