oops in makefile v2

This commit is contained in:
deepend 2020-04-26 22:18:52 -06:00
parent 3e54a69c96
commit 69085b233d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PREFIX ?= /etc
install:
$(info installing motd to $(PREFIX))
@install -m 644 motd $(PREFIX)/motd
$(info installing sshd-banner to $(PREFIX))
$(info installing sshd-banner to $(PREFIX))
@install -m 644 sshd-banner $(PREFIX)/ssh/sshd-banner
.PHONY: install