Missed a fix for the new openssh; this fixes make world.

This commit is contained in:
Kris Kennaway 2000-03-26 21:17:11 +00:00
parent f288840b98
commit fcd9d76716

View file

@ -8,7 +8,7 @@ BINOWN= root
BINMODE=555
MAN= ssh-keygen.1
SRCS= ssh-keygen.c log-client.c
SRCS= key.c log-client.c ssh-keygen.c
.include <bsd.prog.mk>