Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libiscsi Reflect changes in dist/ in the reachover frame...



details:   https://anonhg.NetBSD.org/src/rev/be0fe4739dd8
branches:  trunk
changeset: 588153:be0fe4739dd8
user:      agc <agc%NetBSD.org@localhost>
date:      Thu Feb 09 23:09:06 2006 +0000

description:
Reflect changes in dist/ in the reachover framework

diffstat:

 lib/libiscsi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r fcb3a827abbb -r be0fe4739dd8 lib/libiscsi/Makefile
--- a/lib/libiscsi/Makefile     Thu Feb 09 23:08:31 2006 +0000
+++ b/lib/libiscsi/Makefile     Thu Feb 09 23:09:06 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2006/02/08 18:58:55 agc Exp $
+# $NetBSD: Makefile,v 1.2 2006/02/09 23:09:06 agc Exp $
 
 .include <bsd.own.mk>
 
 LIB= iscsi
-SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c
+SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
 CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64
 CPPFLAGS+= -I${ISCSIDIST}/include
 CPPFLAGS+= -pthread



Home | Main Index | Thread Index | Old Index