.ssh/Makefile@1698d432a2eb
.ssh/Makefile
Sat, 10 Jun 2017 16:19:12 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sat, 10 Jun 2017 16:19:12 -0700
- changeset 598
- 1698d432a2eb
- parent 568
-
d2eda02fa3c0
- child 608
-
177dfb2889ab
- permissions
- -rw-r--r--
add gh schemes, why not
# Do away with this setup once openssh >=7.3 is readily available just move
# config.d/10-base to config and add an Include config.d/*
config: config.d/*
umask 277 && cat config.d/* > $@
clean:
rm -f config
.PHONY: clean