Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 00:03:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294365 - head/secure/lib/libssh
Message-ID:  <201601200003.u0K03SiM089892@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601200003.u0K03SiM089892>