.ssh/Makefile@6136cb64836c
.ssh/Makefile
Tue, 30 May 2017 16:51:55 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 30 May 2017 16:51:55 -0400
- changeset 585
- 6136cb64836c
- parent 568
-
d2eda02fa3c0
- child 608
-
177dfb2889ab
- permissions
- -rw-r--r--
use ltag over lselect
# Do away with this setup once openssh >=7.3 is readily available just move
# config.d/10-base to config and add an Include config.d/*
config: config.d/*
umask 277 && cat config.d/* > $@
clean:
rm -f config
.PHONY: clean