### -*-makefile-*- M4 = m4 all: sshd_config sshd_config: sshd_config.m4 \ $(wildcard sshd_config.local.m4) $(M4) -P $< >$@.new sshd -t -f $@.new mv $@.new $@ service ssh force-reload