diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..b520759 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +#!gmake -f + +udh: udh-master + +# As a backup for when master changes +udh-%: + # -L to follow symlinks + rsync -avzL $(@:udh-%=%).debian.org:/var/lib/misc/ssh_known_hosts private_dot_ssh/known_hosts.d/debian + +.PHONY: udh |