Tue, 14 Feb 2017 01:52:15 -0500
ok this is obviously simpler
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/* |
5 | cat config.d/* > $@ | |
6 | ||
7 | clean: | |
8 | rm -f config | |
9 | ||
10 | .PHONY: clean |