[Midnightbsd-cvs] src: Makefile: Fix linking problem noted in comment.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 6 02:24:01 EDT 2008
Log Message:
-----------
Fix linking problem noted in comment.
Modified Files:
--------------
src/secure/lib/libssh:
Makefile (r1.5 -> r1.6)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/secure/lib/libssh/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L secure/lib/libssh/Makefile -L secure/lib/libssh/Makefile -u -r1.5 -r1.6
--- secure/lib/libssh/Makefile
+++ secure/lib/libssh/Makefile
@@ -12,14 +12,14 @@
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.o umac.o
+ entropy.c scard-opensc.c umac.c
# gss-genr.c should be in $SRCS but causes linking problems, so it is
# compiled directly into sshd instead.
# Portability layer
SRCS+= bsd-closefrom.c bsd-misc.c getrrsetbyname.c \
- port-tun.c strtonum.c vis.c xcrypt.c xmmap.c
+ port-tun.c vis.c xcrypt.c xmmap.c
# MidnightBSD additions
SRCS+= version.c
More information about the Midnightbsd-cvs
mailing list