summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/libssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/libssh/Makefile')
-rw-r--r--usr.bin/ssh/libssh/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/usr.bin/ssh/libssh/Makefile b/usr.bin/ssh/libssh/Makefile
deleted file mode 100644
index 9bc22b92297..00000000000
--- a/usr.bin/ssh/libssh/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2004/05/23 02:24:51 lukem Exp $
-
-MKPRIVATELIB= yes
-
-.include <bsd.own.mk>
-
-# Prevent recursion.
-LIBSSHOBJDIR=${.OBJDIR}
-
-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 \
- kexdhc.c kexgexc.c scard.c msg.c progressmeter.c
-SRCS+= random.c
-SRCS+= readpassphrase.c getpeereid.c
-
-.if (${USE_KERBEROS} != "no")
-CPPFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/krb5
-.if (${USE_KERBEROS4} != "no")
-SRCS+= radix.c
-CPPFLAGS+= -DKRB4 -DAFS -I${DESTDIR}/usr/include/kerberosIV
-.endif # ${USE_KERBEROS4} != "no"
-.endif # ${USE_KERBEROS} != "no"
-
-.include <bsd.lib.mk>