Module Name: src
Committed By: tsutsui
Date: Sat Apr 18 16:31:30 UTC 2009
Added Files:
src/lib/libiscsi: Makefile shlib_version
Log Message:
Resurrect accidentally removed libiscsi, which is not provided by ISC.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.8 src/lib/libiscsi/Makefile
cvs rdiff -u -r0 -r1.4 src/lib/libiscsi/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/lib/libiscsi/Makefile
diff -u /dev/null src/lib/libiscsi/Makefile:1.8
--- /dev/null Sat Apr 18 16:31:30 2009
+++ src/lib/libiscsi/Makefile Sat Apr 18 16:31:30 2009
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.8 2009/04/18 16:31:30 tsutsui Exp $
+
+.include <bsd.own.mk>
+
+USE_FORT?= yes # network protocol library
+
+LIB= iscsi
+SRCS= conffile.c disk.c target.c iscsi.c util.c parameters.c storage.c
+SRCS+= netmask.c md5c.c md5hl.c
+CPPFLAGS+= -DCONFIG_ISCSI_DEBUG -DHAVE_CONFIG_H
+CPPFLAGS+= -I${ISCSIDIST}/include
+CPPFLAGS+= -pthread
+LDFLAGS+= -pthread
+NOMAN= # defined
+WARNS=4
+
+ISCSIDIST= ${NETBSDSRCDIR}/dist/iscsi
+.PATH: ${ISCSIDIST}/src
+
+LIBDPLIBS+= pthread ${.CURDIR}/../libpthread
+
+.include <bsd.lib.mk>
Index: src/lib/libiscsi/shlib_version
diff -u /dev/null src/lib/libiscsi/shlib_version:1.4
--- /dev/null Sat Apr 18 16:31:30 2009
+++ src/lib/libiscsi/shlib_version Sat Apr 18 16:31:30 2009
@@ -0,0 +1,5 @@
+# $NetBSD: shlib_version,v 1.4 2009/04/18 16:31:30 tsutsui Exp $
+# Remember to update distrib/sets/lists/base/shl.* when changing
+#
+major=1
+minor=0