comparison: .ssh/Makefile
.ssh/Makefile
- changeset 568
- d2eda02fa3c0
- parent 481
- 92be81c404a5
- child 608
- 177dfb2889ab
equal
deleted
inserted
replaced
1 # Do away with this setup once openssh >=7.3 is readily available just move |
1 # Do away with this setup once openssh >=7.3 is readily available just move |
2 # config.d/10-base to config and add an Include config.d/* |
2 # config.d/10-base to config and add an Include config.d/* |
3 |
3 |
4 config: config.d/* |
4 config: config.d/* |
5 cat config.d/* > $@ |
5 umask 277 && cat config.d/* > $@ |
6 |
6 |
7 clean: |
7 clean: |
8 rm -f config |
8 rm -f config |
9 |
9 |
10 .PHONY: clean |
10 .PHONY: clean |