[Midnightbsd-cvs] src: Makefile: The clients are now working, but we've still got to get

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 6 02:31:26 EDT 2008


Log Message:
-----------
The clients are now working, but we've still got to get sshd up

Modified Files:
--------------
    src/secure/lib/libssh:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/secure/lib/libssh/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L secure/lib/libssh/Makefile -L secure/lib/libssh/Makefile -u -r1.6 -r1.7
--- secure/lib/libssh/Makefile
+++ secure/lib/libssh/Makefile
@@ -18,7 +18,7 @@
 # compiled directly into sshd instead.
 
 # Portability layer
-SRCS+=	bsd-closefrom.c bsd-misc.c getrrsetbyname.c \
+SRCS+=	bsd-closefrom.c bsd-misc.c getrrsetbyname.c openssl-compat.c \
 	port-tun.c vis.c xcrypt.c xmmap.c
 # MidnightBSD additions
 SRCS+=	version.c


More information about the Midnightbsd-cvs mailing list