607:042360ae89bb | 608:177dfb2889ab |
---|---|
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 umask 277 && cat config.d/* > $@ | 5 cat config.d/* > $@ && chmod 600 $@ |
6 | 6 |
7 clean: | 7 clean: |
8 rm -f config | 8 rm -f config |
9 | 9 |
10 .PHONY: clean | 10 .PHONY: clean |