.ssh/Makefile

Wed, 07 Jun 2017 14:04:14 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 07 Jun 2017 14:04:14 -0700
changeset 596
8de875515620
parent 568
d2eda02fa3c0
child 608
177dfb2889ab
permissions
-rw-r--r--

Update for current neomutt

# 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