Wed, 23 Aug 2017 15:49:42 -0400
the incessant ringing!
481 | 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 | ||
479 | 4 | config: config.d/* |
608 | 5 | cat config.d/* > $@ && chmod 600 $@ |
479 | 6 | |
7 | clean: | |
8 | rm -f config | |
9 | ||
10 | .PHONY: clean |