.ssh/Makefile@3563a9c2a61e
.ssh/Makefile
Tue, 25 Jul 2017 17:03:55 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 25 Jul 2017 17:03:55 -0400
- changeset 623
- 3563a9c2a61e
- parent 608
-
177dfb2889ab
- permissions
- -rw-r--r--
add extends/precedes chars, default nowrap
# 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/*
cat config.d/* > $@ && chmod 600 $@
clean:
rm -f config
.PHONY: clean