diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-18 01:52:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-18 01:52:34 +0000 |
commit | e0aa622f67bd42d71bc2e25238355dfad0916fb5 (patch) | |
tree | 1d5003d27edd6dfb8bd0245b773e9daa39f1a22a | |
parent | da76afaf4142ca604a882b9fcca1c0b1aa42764c (diff) |
bad aaron
-rw-r--r-- | usr.bin/ssh/ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index 1c3badb9a0f..61a38add711 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -13,7 +13,7 @@ BINMODE?=4555 BINDIR= /usr/bin MAN= ssh.1 LINKS= ${BINDIR}/ssh ${BINDIR}/slogin -MLINKS= ssh.1 slogin.1 ssh.1 openssh.1 +MLINKS= ssh.1 slogin.1 SRCS= ssh.c sshconnect.c log-client.c readconf.c clientloop.c |