.ssh/Makefile@d034d9f4a36b
.ssh/Makefile
Mon, 05 Jun 2017 20:26:33 -0700
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 05 Jun 2017 20:26:33 -0700
- changeset 595
- d034d9f4a36b
- parent 568
-
d2eda02fa3c0
- child 608
-
177dfb2889ab
- permissions
- -rw-r--r--
add no-tty
# 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