svn commit: r294365 - head/secure/lib/libssh

John Baldwin jhb at FreeBSD.org
Wed Jan 20 00:03:29 UTC 2016


Author: jhb
Date: Wed Jan 20 00:03:28 2016
New Revision: 294365
URL: https://svnweb.freebsd.org/changeset/base/294365

Log:
  List source files (foo.c) instead of object files in SRCS.
  
  Reviewed by:	bdrewery

Modified:
  head/secure/lib/libssh/Makefile

Modified: head/secure/lib/libssh/Makefile
==============================================================================
--- head/secure/lib/libssh/Makefile	Tue Jan 19 23:36:49 2016	(r294364)
+++ head/secure/lib/libssh/Makefile	Wed Jan 20 00:03:28 2016	(r294365)
@@ -6,7 +6,7 @@ LIB=	ssh
 PRIVATELIB=	true
 SHLIB_MAJOR=	5
 SRCS=	ssh_api.c ssherr.c sshbuf.c sshkey.c sshbuf-getput-basic.c \
-	sshbuf-misc.c sshbuf-getput-crypto.c krl.o bitmap.o
+	sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c
 SRCS+=	authfd.c authfile.c bufaux.c bufbn.c bufec.c buffer.c \
 	canohost.c channels.c cipher.c cipher-aes.c cipher-aesctr.c \
 	cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \


More information about the svn-src-all mailing list