Mon, 22 May 2017 20:52:28 -0400
move begin into function too
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/* |
568 | 5 | umask 277 && cat config.d/* > $@ |
479 | 6 | |
7 | clean: | |
8 | rm -f config | |
9 | ||
10 | .PHONY: clean |