summaryrefslogtreecommitdiff
path: root/secure/lib/libssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libssh/Makefile')
-rw-r--r--secure/lib/libssh/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
deleted file mode 100644
index 7bfbdc31789b..000000000000
--- a/secure/lib/libssh/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-#
-
-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 fatal.c \
- hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \
- rsa.c tildexpand.c ttymodes.c xmalloc.c atomicio.c \
- key.c dispatch.c kex.c mac.c uuencode.c misc.c \
- rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
- scard.c monitor_wrap.c monitor_fdpass.c msg.c
-# Portability layer
-SRCS+= bsd-misc.c entropy.c
-# FreeBSD additions
-SRCS+= version.c
-CFLAGS+=-I${SSHDIR}
-
-.if defined(COMPAT_GETADDRINFO)
-SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
-.endif
-
-DPADD= ${LIBCRYPTO} ${LIBZ}
-LDADD= -lcrypto -lz
-
-.include <bsd.lib.mk>
-
-.PATH: ${SSHDIR} ${SSHDIR}/openbsd-compat