.ssh/Makefile@177dfb2889ab
.ssh/Makefile
Tue, 13 Jun 2017 11:01:17 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 13 Jun 2017 11:01:17 -0400
- changeset 608
- 177dfb2889ab
- parent 568
-
d2eda02fa3c0
- permissions
- -rw-r--r--
explicit chmod
# 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/*
cat config.d/* > $@ && chmod 600 $@
clean:
rm -f config
.PHONY: clean