480:ca3afb782d18 | 481:92be81c404a5 |
---|---|
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/* | |
3 | |
1 config: config.d/* | 4 config: config.d/* |
2 cat config.d/* > $@ | 5 cat config.d/* > $@ |
3 | 6 |
4 clean: | 7 clean: |
5 rm -f config | 8 rm -f config |