summaryrefslogtreecommitdiffstats
path: root/secure/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2005-06-06 16:13:07 +0000
committerdes <des@FreeBSD.org>2005-06-06 16:13:07 +0000
commit6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e (patch)
treefc0d891fb78693b9d28a32724c77136823e79d08 /secure/lib
parent833755d1b8037e4977cb01dee314f94a268dd21a (diff)
downloadFreeBSD-src-6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e.zip
FreeBSD-src-6ea5ed6d7a4b4ffc84eeac2b3c15a7a696e9a89e.tar.gz
Make libssh an INTERNALLIB like it is in {Net,Open}BSD.
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libssh/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile
index b290c86..947a438 100644
--- a/secure/lib/libssh/Makefile
+++ b/secure/lib/libssh/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
+INTERNALLIB=
LIB= ssh
-SHLIB_MAJOR= 2
SRCS= acss.c authfd.c authfile.c bufaux.c buffer.c \
canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \
@@ -11,11 +11,7 @@ SRCS= acss.c authfd.c authfile.c bufaux.c buffer.c \
atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
monitor_fdpass.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 dns.c \
- entropy.c scard-opensc.c
-
-# gss-genr.c should be in $SRCS but causes linking problems, so it is
-# compiled directly into sshd instead.
-
+ entropy.c scard-opensc.c gss-genr.c
# Portability layer
SRCS+= bsd-closefrom.c bsd-misc.c getrrsetbyname.c vis.c xcrypt.c xmmap.c
# FreeBSD additions
OpenPOWER on IntegriCloud