summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssh
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-05-04 04:21:25 +0000
committergreen <green@FreeBSD.org>2001-05-04 04:21:25 +0000
commita0c1c483e2651d7b85873c3a6599bafc7469bc27 (patch)
tree2cab75efee64ef1c83bac4691e7c66ab036d9d59 /secure/lib/libssh
parentd1f65ecd2b799f3d348c74c4a9a2fc670a82107a (diff)
downloadFreeBSD-src-a0c1c483e2651d7b85873c3a6599bafc7469bc27.zip
FreeBSD-src-a0c1c483e2651d7b85873c3a6599bafc7469bc27.tar.gz
Follow the OpenSSH 2.9 upgrade with the infrastructure. Two new
programs are now included: sftp(1) and ssh-keyscan(1).
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r--secure/lib/libssh/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index eb5236e..27954cb 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -6,8 +6,10 @@ SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \
cipher.c compat.c compress.c crc32.c deattack.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 \
- key.c dispatch.c dsa.c kex.c hmac.c uuencode.c util.c \
- cli.c rijndael.c version.c
+ key.c dispatch.c kex.c mac.c uuencode.c misc.c \
+ cli.c rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
+ version.c
+
NOPIC= yes
INTERNALLIB= yes
@@ -27,11 +29,6 @@ CFLAGS+= -DKRB4
CFLAGS+= -DKRB5
.endif # MAKE_KERBEROS5
-CFLAGS+= -DSKEY
-DPADD+= ${LIBOPIE}
-LDADD+= -lopie
-SRCS+= auth-skey.c auth2-skey.c
-
.include <bsd.lib.mk>
.PATH: ${SSHDIR} ${SSHDIR}/lib
OpenPOWER on IntegriCloud