.ssh/Makefile

Sun, 04 Jun 2017 15:31:47 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 04 Jun 2017 15:31:47 -0400
changeset 594
8e05f92f8cd4
parent 568
d2eda02fa3c0
child 608
177dfb2889ab
permissions
-rw-r--r--

Remove fo+=j feature check

# 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

mercurial