mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Missed a fix for the new openssh; this fixes make world.
This commit is contained in:
parent
f288840b98
commit
fcd9d76716
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue