summaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-06-09 07:18:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-06-09 07:18:47 +0000
commit843966b97e0438a07b7f8516894426cfa9947bf3 (patch)
treebb2b55425e194773aa112aa92b7669ab0b3b2000 /secure/lib
parentdbc1b0b4ebbf8f352e4a80b29d805b5d0b459aff (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index f0e338c24272..947f13a6fbb0 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -4,10 +4,11 @@
SSHSRC= ${.CURDIR}/../../../crypto/openssh
LIB= ssh
-SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
+SRCS= authfd.c authfile.c aux.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>