Files
libopenssh/ssh/ssh-proxy/Makefile
Markus Friedl 530367aafa Move the key exchange state and other global variables into
a per connection state struct, add a initial API that could
be used for a proxy (see ssh-proxy.c)

Joint work with Matthias Pitzl, Stefan Rinkes, Bernhard Zaun and
Arne Becker.
2012-01-17 14:32:46 +01:00

18 lines
277 B
Makefile

# $OpenBSD: Makefile,v 1.24 2010/02/09 08:55:31 markus Exp $
.PATH: ${.CURDIR}/..
PROG= ssh-proxy
BINDIR= /usr/sbin
NOMAN= yes
SRCS= ssh-proxy.c \
kexdhs.c kexgexs.c kexecdhs.c \
roaming_dummy.c
.include <bsd.prog.mk>
DPADD+= ${LIBCRYPTO} ${LIBZ}
LDADD+= -lcrypto -lz