diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-05-15 05:26:50 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-05-15 05:26:50 +0000 |
| commit | 4fc935441942f9cbe1d28342842fdfeded2e4439 (patch) | |
| tree | 719872c2b42fa4cbf5eef3542309de8098ac3936 /secure/lib/libssh | |
| parent | e8aafc91b53498783b0584976940e992c36b4e31 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index f0e338c24272..93a451526292 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,7 +7,8 @@ LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ - rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c + rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ + key.c dispatch.c dsa.c kex.c hmac.c uuencode.c NOPIC= yes @@ -32,4 +33,8 @@ CFLAGS+= -DKRB4 CFLAGS+= -DKRB5 .endif # MAKE_KERBEROS5 +CFLAGS+= -DSKEY +DPADD+= ${LIBOPIE} +LDADD+= -lopie +SRCS+= auth-skey.c .include <bsd.lib.mk> |
