1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58639

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>