Ugh, I accidentally sent des@ a patch that included some test

stuff, and forgot to notify him about this when I sent again
a cleaned up patch.  Sorry about that.

Approved by:	re (hrs)
This commit is contained in:
ru 2006-10-11 09:49:12 +00:00
parent 8330da1aad
commit 5df817b364

View File

@ -13,8 +13,6 @@ SRCS= ssh.c readconf.c clientloop.c sshtty.c \
DPADD= ${LIBSSH} ${LIBMD} ${LIBUTIL} ${LIBZ}
LDADD= -lssh -lmd -lutil -lz
DPADD= ${LIBSSH} ${LIBUTIL} ${LIBZ}
LDADD= -lssh -lutil -lz
.if !defined(NO_KERBEROS)
CFLAGS+= -DGSSAPI -DHAVE_GSSAPI_H=1 -DKRB5 -DHEIMDAL