1 files changed, 1 insertions(+), 0 deletions(-)
M Makefile
M Makefile => Makefile +1 -0
@@ 31,6 31,7 @@ clean:
install: all
mkdir -p $(BINDIR)
+ mkdir -p $(MANDIR)/man1
install -m755 sshign $(BINDIR)/sshign
install -m644 sshign.1 $(MANDIR)/man1/sshign.1