Module Name:    src
Committed By:   dyoung
Date:           Thu Jun 25 20:47:45 UTC 2009

Modified Files:
        src/lib/libiscsi: Makefile

Log Message:
Update the path to the iSCSI sources, which have moved to
external/bsd/iscsi/dist/ from dist/iscsi/.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/lib/libiscsi/Makefile:1.10
--- src/lib/libiscsi/Makefile:1.9	Tue Jun 23 05:15:07 2009
+++ src/lib/libiscsi/Makefile	Thu Jun 25 20:47:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/06/23 05:15:07 agc Exp $
+# $NetBSD: Makefile,v 1.10 2009/06/25 20:47:45 dyoung Exp $
 
 .include <bsd.own.mk>
 
@@ -14,7 +14,7 @@
 NOMAN= # defined
 WARNS=4
 
-ISCSIDIST=	${NETBSDSRCDIR}/dist/iscsi
+ISCSIDIST=	${NETBSDSRCDIR}/external/bsd/iscsi/dist
 .PATH:	${ISCSIDIST}/src
 
 LIBDPLIBS+=      pthread  ${.CURDIR}/../libpthread

Reply via email to