13 lines
252 B
Makefile
13 lines
252 B
Makefile
|
VPATH+= ${TOPDIR}/ssh
|
||
|
|
||
|
SRCS+= ssh_algorithm_negotiation.cc
|
||
|
SRCS+= ssh_filter.cc
|
||
|
SRCS+= ssh_protocol.cc
|
||
|
SRCS+= ssh_session.cc
|
||
|
|
||
|
SRCS+= ssh_compression.cc
|
||
|
SRCS+= ssh_encryption.cc
|
||
|
SRCS+= ssh_key_exchange.cc
|
||
|
SRCS+= ssh_mac.cc
|
||
|
SRCS+= ssh_server_host_key.cc
|