chiark / gitweb /
exim-config: Advance to new upstream version.
[distorted-ansible] / roles / common / files / ssh-config / Makefile
1 ### -*-makefile-*-
2
3 M4 = m4
4
5 all: sshd_config
6 sshd_config: sshd_config.m4 \
7                 $(wildcard sshd_config.local.m4)
8         $(M4) -P $< >$@.new
9         sshd -t -f $@.new
10         mv $@.new $@
11         service ssh force-reload