Module Name:    src
Committed By:   agc
Date:           Tue Jun 23 05:15:07 UTC 2009

Modified Files:
        src/lib/libiscsi: Makefile

Log Message:
Also build uuid for all platforms, now that we're using our own uuid routines.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libiscsi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libiscsi/Makefile
diff -u src/lib/libiscsi/Makefile:1.8 src/lib/libiscsi/Makefile:1.9
--- src/lib/libiscsi/Makefile:1.8	Sat Apr 18 16:31:30 2009
+++ src/lib/libiscsi/Makefile	Tue Jun 23 05:15:07 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/04/18 16:31:30 tsutsui Exp $
+# $NetBSD: Makefile,v 1.9 2009/06/23 05:15:07 agc Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,7 @@
 
 LIB= iscsi
 SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
-SRCS+= netmask.c md5c.c md5hl.c
+SRCS+= netmask.c md5c.c md5hl.c uuid.c
 CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -DHAVE_CONFIG_H
 CPPFLAGS+= -I${ISCSIDIST}/include
 CPPFLAGS+= -pthread

Reply via email to